Skip to content

Commit

Permalink
Merge pull request #309 from OpenLiberty/dependabot/maven/start/org.j…
Browse files Browse the repository at this point in the history
…unit.jupiter-junit-jupiter-5.11.0

Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 in /start
  • Loading branch information
gkwan-ibm authored Sep 4, 2024
2 parents f4fe6c1 + b9de973 commit 9f7a597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion start/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9f7a597

Please sign in to comment.