Skip to content

Commit

Permalink
Bump junit-jupiter from 5.9.1 to 5.9.2
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.1...r5.9.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit ce4485b)
  • Loading branch information
dependabot[bot] authored and gsmet committed Jan 31, 2023
1 parent 8134ac1 commit 27f0642
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.1</junit.jupiter.version>
<junit.jupiter.version>5.9.2</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.14.1</jackson-bom.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<junit.jupiter.version>5.9.2</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.14.1</jackson-bom.version>
<jakarta.enterprise.cdi-api.version>2.0.2</jakarta.enterprise.cdi-api.version>
<junit.version>5.9.1</junit.version>
<junit.version>5.9.2</junit.version>
<commons-compress.version>1.22</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 27f0642

Please sign in to comment.