Skip to content

Commit

Permalink
Merge pull request #28237 from quarkusio/dependabot/maven/org.junit.j…
Browse files Browse the repository at this point in the history
…upiter-junit-jupiter-5.9.1

Bump junit-jupiter from 5.9.0 to 5.9.1
  • Loading branch information
gsmet authored Sep 28, 2022
2 parents ed67a7c + 107f501 commit eb7126b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion independent-projects/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<assertj.version>3.23.1</assertj.version>
<eclipse-minimal-json.version>0.9.5</eclipse-minimal-json.version>
<jboss-logging.version>3.5.0.Final</jboss-logging.version>
<junit.jupiter.version>5.9.0</junit.jupiter.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<maven-core.version>3.8.6</maven-core.version><!-- Keep in sync with sisu.version -->
<sisu.version>0.3.5</sisu.version><!-- Keep in sync with maven-core.version -->
<maven-plugin-annotations.version>3.6.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 @@ -36,7 +36,7 @@
<version.surefire.plugin>3.0.0-M7</version.surefire.plugin>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<jackson-bom.version>2.13.4</jackson-bom.version>
<junit.jupiter.version>5.9.0</junit.jupiter.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
</properties>
<build>
<testResources>
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.23.1</assertj.version>
<jackson-bom.version>2.13.4</jackson-bom.version>
<jakarta.enterprise.cdi-api.version>2.0.2</jakarta.enterprise.cdi-api.version>
<junit.version>5.9.0</junit.version>
<junit.version>5.9.1</junit.version>
<commons-compress.version>1.21</commons-compress.version>
<jboss-logging.version>3.5.0.Final</jboss-logging.version>
<maven-core.version>3.8.6</maven-core.version>
Expand Down

0 comments on commit eb7126b

Please sign in to comment.