Skip to content

Commit

Permalink
chore(deps): update junit5 monorepo to v5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 21, 2024
1 parent 86e71d2 commit bbbf7d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plantuml-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bbbf7d5

Please sign in to comment.