Skip to content

Commit

Permalink
Merge pull request #41538 from holly-cummins/update-junit-5103
Browse files Browse the repository at this point in the history
Update 5.10.3 JUnit in a few more places
  • Loading branch information
geoand authored Jun 28, 2024
2 parents c24efa8 + b5c4d8e commit 788a716
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion devtools/gradle/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugin-publish = "1.2.1"
kotlin = "2.0.0"
smallrye-config = "3.8.3"

junit5 = "5.10.2"
junit5 = "5.10.3"
assertj = "3.26.0"

[plugins]
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<assertj.version>3.26.0</assertj.version>
<eclipse-minimal-json.version>0.9.5</eclipse-minimal-json.version>
<jboss-logging.version>3.6.0.Final</jboss-logging.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<maven-core.version>3.9.8</maven-core.version><!-- Keep in sync with sisu.version -->
<sisu.version>0.9.0.M3</sisu.version><!-- Keep in sync with maven-core.version -->
<maven-plugin-annotations.version>3.13.0</maven-plugin-annotations.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/extension-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<maven-core.version>3.9.8</maven-core.version>
<jackson-bom.version>2.17.1</jackson-bom.version>
<smallrye-beanbag.version>1.5.2</smallrye-beanbag.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
</properties>
<build>
<testResources>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/junit5-virtual-threads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<formatter-maven-plugin.version>2.24.1</formatter-maven-plugin.version>
<impsort-maven-plugin.version>1.11.0</impsort-maven-plugin.version>

<junit.jupiter.version>5.10.2</junit.jupiter.version>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<assertj.version>3.26.0</assertj.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion independent-projects/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<assertj.version>3.26.0</assertj.version>
<jackson-bom.version>2.17.1</jackson-bom.version>
<jakarta.enterprise.cdi-api.version>4.1.0</jakarta.enterprise.cdi-api.version>
<junit.version>5.10.2</junit.version>
<junit.version>5.10.3</junit.version>
<commons-compress.version>1.26.2</commons-compress.version>
<jboss-logging.version>3.6.0.Final</jboss-logging.version>
<mockito.version>5.12.0</mockito.version>
Expand Down

0 comments on commit 788a716

Please sign in to comment.