Skip to content

Commit

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

Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 in /finish
  • Loading branch information
gkwan-ibm authored Nov 5, 2024
2 parents 1a7465c + 1eb8260 commit 163f1f7
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.11.2</version>
<version>5.11.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.11.2</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 163f1f7

Please sign in to comment.