Skip to content

Commit

Permalink
Merge pull request #162 from OpenLiberty/dependabot/maven/start/org.j…
Browse files Browse the repository at this point in the history
…unit.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 21, 2024
2 parents 4d4bcb2 + bdb3483 commit b851768
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 @@ -46,7 +46,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 @@ -43,7 +43,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 b851768

Please sign in to comment.