Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
  • Loading branch information
gsmet authored Feb 7, 2024
2 parents f84b2bc + c742477 commit 26c024c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion independent-projects/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<assertj.version>3.25.3</assertj.version>
<eclipse-minimal-json.version>0.9.5</eclipse-minimal-json.version>
<jboss-logging.version>3.5.3.Final</jboss-logging.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<maven-core.version>3.9.6</maven-core.version><!-- Keep in sync with sisu.version -->
<sisu.version>0.9.0.M2</sisu.version><!-- Keep in sync with maven-core.version -->
<maven-plugin-annotations.version>3.10.2</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 @@ -44,7 +44,7 @@
<maven-plugin-plugin.version>3.10.2</maven-plugin-plugin.version>
<jackson-bom.version>2.16.1</jackson-bom.version>
<smallrye-beanbag.version>1.3.2</smallrye-beanbag.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<junit.jupiter.version>5.10.2</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.23.0</formatter-maven-plugin.version>
<impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version>

<junit.jupiter.version>5.10.1</junit.jupiter.version>
<junit.jupiter.version>5.10.2</junit.jupiter.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.25.3</assertj.version>
<jackson-bom.version>2.16.1</jackson-bom.version>
<jakarta.enterprise.cdi-api.version>4.0.1</jakarta.enterprise.cdi-api.version>
<junit.version>5.10.1</junit.version>
<junit.version>5.10.2</junit.version>
<commons-compress.version>1.25.0</commons-compress.version>
<jboss-logging.version>3.5.3.Final</jboss-logging.version>
<mockito.version>5.10.0</mockito.version>
Expand Down

0 comments on commit 26c024c

Please sign in to comment.