Skip to content

Commit

Permalink
Merge pull request #41528 from quarkusio/dependabot/maven/org.junit-j…
Browse files Browse the repository at this point in the history
…unit-bom-5.10.3

Bump org.junit:junit-bom from 5.10.2 to 5.10.3
  • Loading branch information
geoand authored Jun 28, 2024
2 parents a097216 + 276be39 commit 21f93dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<db2-jdbc.version>11.5.8.0</db2-jdbc.version>
<shrinkwrap.version>1.2.6</shrinkwrap.version>
<hamcrest.version>2.2</hamcrest.version><!-- The version needs to be compatible with both REST Assured and Awaitility -->
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<infinispan.version>15.0.5.Final</infinispan.version>
<infinispan.protostream.version>5.0.5.Final</infinispan.protostream.version>
<caffeine.version>3.1.5</caffeine.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<version.bridger>1.6.Final</version.bridger>
<!-- test versions -->
<version.assertj>3.26.0</version.assertj>
<version.junit5>5.10.2</version.junit5>
<version.junit5>5.10.3</version.junit5>
<version.kotlin>2.0.0</version.kotlin>
<version.kotlin-coroutines>1.8.1</version.kotlin-coroutines>
<version.mockito>5.12.0</version.mockito>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/qute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.junit>5.10.2</version.junit>
<version.junit>5.10.3</version.junit>
<version.assertj>3.26.0</version.assertj>
<version.jandex>3.2.0</version.jandex>
<version.gizmo>1.8.0</version.gizmo>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<jakarta.enterprise.cdi-api.version>4.1.0</jakarta.enterprise.cdi-api.version>
<jandex.version>3.2.0</jandex.version>
<bytebuddy.version>1.14.11</bytebuddy.version>
<junit5.version>5.10.2</junit5.version>
<junit5.version>5.10.3</junit5.version>
<maven.version>3.9.8</maven.version>
<assertj.version>3.26.0</assertj.version>
<jboss-logging.version>3.6.0.Final</jboss-logging.version>
Expand Down

0 comments on commit 21f93dd

Please sign in to comment.