Skip to content

Commit

Permalink
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.…
Browse files Browse the repository at this point in the history
…10.1
  • Loading branch information
renovate[bot] authored and mickroll committed Nov 21, 2023
1 parent db9f392 commit 37b6512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin-integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>

<commons-io.version>2.8.0</commons-io.version>
<junit-jupiter.version>5.7.2</junit-jupiter.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<assertj-core.version>3.19.0</assertj-core.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
<plexus-component.version>2.1.0</plexus-component.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<junit-jupiter.version>5.7.2</junit-jupiter.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<assertj-core.version>3.19.0</assertj-core.version>

<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
Expand Down

0 comments on commit 37b6512

Please sign in to comment.