Skip to content

Commit 948f4ef

Browse files
chore(deps): bump the maven group across 1 directory with 8 updates (#481)
Bumps the maven group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.17.2` | `2.18.2` | | [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) | `8.0.1.Final` | `8.0.2.Final` | | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.26.3` | `3.27.2` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.4` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.4` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.4` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.0` | `3.5.2` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.0` | `3.5.2` | Updates `com.fasterxml.jackson:jackson-bom` from 2.17.2 to 2.18.2 - [Commits](FasterXML/jackson-bom@jackson-bom-2.17.2...jackson-bom-2.18.2) Updates `org.hibernate.validator:hibernate-validator` from 8.0.1.Final to 8.0.2.Final - [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.2.Final/changelog.txt) - [Commits](hibernate/hibernate-validator@8.0.1.Final...8.0.2.Final) Updates `org.assertj:assertj-core` from 3.26.3 to 3.27.2 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.1...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.1...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.1...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.1...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.1...r5.11.4) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.2) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.0 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: org.hibernate.validator:hibernate-validator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.assertj:assertj-core dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71eac63 commit 948f4ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<sha1></sha1>
2525
<changelist>-SNAPSHOT</changelist>
2626
<java.version>17</java.version>
27-
<junit.version>5.11.1</junit.version>
27+
<junit.version>5.11.4</junit.version>
2828

2929
<maven.compiler.source>${java.version}</maven.compiler.source>
3030
<maven.compiler.target>${java.version}</maven.compiler.target>
@@ -70,14 +70,14 @@
7070
<dependency>
7171
<groupId>com.fasterxml.jackson</groupId>
7272
<artifactId>jackson-bom</artifactId>
73-
<version>2.17.2</version>
73+
<version>2.18.2</version>
7474
<scope>import</scope>
7575
<type>pom</type>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.hibernate.validator</groupId>
7979
<artifactId>hibernate-validator</artifactId>
80-
<version>8.0.1.Final</version>
80+
<version>8.0.2.Final</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>no.nav.k9</groupId>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.assertj</groupId>
9494
<artifactId>assertj-core</artifactId>
95-
<version>3.26.3</version>
95+
<version>3.27.2</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.junit.jupiter</groupId>
@@ -208,12 +208,12 @@
208208
<plugin>
209209
<groupId>org.apache.maven.plugins</groupId>
210210
<artifactId>maven-surefire-plugin</artifactId>
211-
<version>3.5.0</version>
211+
<version>3.5.2</version>
212212
</plugin>
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-failsafe-plugin</artifactId>
216-
<version>3.5.0</version>
216+
<version>3.5.2</version>
217217
</plugin>
218218
<plugin>
219219
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)