Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 in /finish
  • Loading branch information
gkwan-ibm authored Jul 10, 2024
2 parents 4004d53 + 5400db6 commit 876557a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finish/inventory/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.2</version>
<version>5.10.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion finish/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.2</version>
<version>5.10.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 876557a

Please sign in to comment.