Skip to content

Commit

Permalink
Merge pull request quarkusio#38629 from quarkusio/dependabot/maven/or…
Browse files Browse the repository at this point in the history
…g.junit-junit-bom-5.10.2

Bump org.junit:junit-bom from 5.10.1 to 5.10.2
  • Loading branch information
gsmet authored Feb 7, 2024
2 parents 6d0ec72 + bf9ccbe commit 44b8b12
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 @@ -139,7 +139,7 @@
<shrinkwrap.version>1.2.6</shrinkwrap.version>
<rest-assured.version>5.4.0</rest-assured.version>
<hamcrest.version>2.2</hamcrest.version><!-- The version needs to be compatible with both REST Assured and Awaitility -->
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<junit-pioneer.version>1.5.0</junit-pioneer.version>
<infinispan.version>14.0.24.Final</infinispan.version>
<infinispan.protostream.version>4.6.5.Final</infinispan.protostream.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.25.3</version.assertj>
<version.junit5>5.10.1</version.junit5>
<version.junit5>5.10.2</version.junit5>
<version.kotlin>1.9.22</version.kotlin>
<version.kotlin-coroutines>1.7.3</version.kotlin-coroutines>
<version.mockito>5.10.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.1</version.junit>
<version.junit>5.10.2</version.junit>
<version.assertj>3.25.3</version.assertj>
<version.jandex>3.1.6</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.0.1</jakarta.enterprise.cdi-api.version>
<jandex.version>3.1.6</jandex.version>
<bytebuddy.version>1.14.7</bytebuddy.version>
<junit5.version>5.10.1</junit5.version>
<junit5.version>5.10.2</junit5.version>
<maven.version>3.9.6</maven.version>
<assertj.version>3.25.3</assertj.version>
<jboss-logging.version>3.5.3.Final</jboss-logging.version>
Expand Down

0 comments on commit 44b8b12

Please sign in to comment.