Skip to content

Commit

Permalink
Merge pull request #160 from hazendaz/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.12.0
  • Loading branch information
hazendaz authored Feb 22, 2025
2 parents 7da3c1d + 6fb2fda commit 9405ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<httpclient.version>5.4.2</httpclient.version>
<jackson.version>2.18.2</jackson.version>
<jgit.version>5.13.3.202401111512-r</jgit.version>
<junit.version>5.11.4</junit.version>
<junit.version>5.12.0</junit.version>
<maven.version>3.9.9</maven.version>
<maven-plugin.version>3.15.1</maven-plugin.version>
<mockito.version>5.15.2</mockito.version>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.4</version>
<version>5.12.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9405ef2

Please sign in to comment.