Skip to content

Commit b55544a

Browse files
Bump org.junit:junit-bom from 5.10.0 to 5.10.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20f0440 commit b55544a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bom/application/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<shrinkwrap.version>1.2.6</shrinkwrap.version>
138138
<rest-assured.version>5.3.2</rest-assured.version>
139139
<hamcrest.version>2.2</hamcrest.version><!-- The version needs to be compatible with both REST Assured and Awaitility -->
140-
<junit.jupiter.version>5.10.0</junit.jupiter.version>
140+
<junit.jupiter.version>5.10.1</junit.jupiter.version>
141141
<junit-pioneer.version>1.5.0</junit-pioneer.version>
142142
<infinispan.version>14.0.20.Final</infinispan.version>
143143
<infinispan.protostream.version>4.6.5.Final</infinispan.protostream.version>

independent-projects/arc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<version.bridger>1.6.Final</version.bridger>
5555
<!-- test versions -->
5656
<version.assertj>3.24.2</version.assertj>
57-
<version.junit5>5.10.0</version.junit5>
57+
<version.junit5>5.10.1</version.junit5>
5858
<version.kotlin>1.9.10</version.kotlin>
5959
<version.kotlin-coroutines>1.7.1</version.kotlin-coroutines>
6060
<version.mockito>5.4.0</version.mockito>

independent-projects/qute/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<maven.compiler.source>11</maven.compiler.source>
4242
<maven.compiler.target>11</maven.compiler.target>
4343
<maven.compiler.release>11</maven.compiler.release>
44-
<version.junit>5.10.0</version.junit>
44+
<version.junit>5.10.1</version.junit>
4545
<version.assertj>3.24.2</version.assertj>
4646
<version.jandex>3.1.5</version.jandex>
4747
<version.gizmo>1.7.0</version.gizmo>

independent-projects/resteasy-reactive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<jakarta.enterprise.cdi-api.version>4.0.1</jakarta.enterprise.cdi-api.version>
5151
<jandex.version>3.1.5</jandex.version>
5252
<bytebuddy.version>1.12.12</bytebuddy.version>
53-
<junit5.version>5.10.0</junit5.version>
53+
<junit5.version>5.10.1</junit5.version>
5454
<maven.version>3.9.5</maven.version>
5555
<assertj.version>3.24.2</assertj.version>
5656
<jboss-logging.version>3.5.3.Final</jboss-logging.version>

0 commit comments

Comments
 (0)