Skip to content

Commit

Permalink
Revert "Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0"
Browse files Browse the repository at this point in the history
This reverts commit 2917b5c.
  • Loading branch information
gsmet committed Oct 16, 2024
1 parent 29dc1ab commit ee19307
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.3.0"
kotlin = "2.0.21"
smallrye-config = "3.9.1"

junit5 = "5.11.0"
junit5 = "5.10.3"
assertj = "3.26.3"

[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.3</assertj.version>
<eclipse-minimal-json.version>0.9.5</eclipse-minimal-json.version>
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
<junit.jupiter.version>5.11.0</junit.jupiter.version>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<maven-core.version>3.9.9</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.1</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.9</maven-core.version>
<jackson-bom.version>2.18.0</jackson-bom.version>
<smallrye-beanbag.version>1.5.2</smallrye-beanbag.version>
<junit.jupiter.version>5.11.0</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 @@ -43,7 +43,7 @@
<surefire.plugin.version>3.5.0</surefire.plugin.version>
<jandex.version>3.2.2</jandex.version>

<junit.jupiter.version>5.11.0</junit.jupiter.version>
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<junit.testkit.version>1.10.3</junit.testkit.version>
<assertj.version>3.26.3</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.3</assertj.version>
<jackson-bom.version>2.18.0</jackson-bom.version>
<jakarta.enterprise.cdi-api.version>4.1.0</jakarta.enterprise.cdi-api.version>
<junit.version>5.11.0</junit.version>
<junit.version>5.10.3</junit.version>
<commons-compress.version>1.27.1</commons-compress.version>
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
<mockito.version>5.14.1</mockito.version>
Expand Down

0 comments on commit ee19307

Please sign in to comment.