Skip to content

Commit

Permalink
Merge pull request #91 from OpenLiberty/dependabot/maven/start/org.ju…
Browse files Browse the repository at this point in the history
…nit.jupiter-junit-jupiter-5.10.2

Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 in /start
  • Loading branch information
gkwan-ibm authored Mar 26, 2024
2 parents 3753193 + 48dcaa8 commit c3b7bc9
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 @@ -47,7 +47,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<version>5.10.2</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.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c3b7bc9

Please sign in to comment.