Skip to content

Commit ee204f7

Browse files
authored
Merge pull request #325 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents f60a255 + 9b7e2f5 commit ee204f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

finish/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.jupiter</groupId>
4848
<artifactId>junit-jupiter</artifactId>
49-
<version>5.13.0</version>
49+
<version>5.13.2</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>io.openliberty.tools</groupId>
8484
<artifactId>liberty-maven-plugin</artifactId>
85-
<version>3.11.3</version>
85+
<version>3.11.4</version>
8686
<!-- tag::configuration[] -->
8787
<configuration>
8888
<!-- Copy the hazelcast library -->

start/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.junit.jupiter</groupId>
4848
<artifactId>junit-jupiter</artifactId>
49-
<version>5.13.0</version>
49+
<version>5.13.2</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>io.openliberty.tools</groupId>
8585
<artifactId>liberty-maven-plugin</artifactId>
86-
<version>3.11.3</version>
86+
<version>3.11.4</version>
8787
<configuration>
8888
<!-- Copy the hazelcast library -->
8989
<copyDependencies>

0 commit comments

Comments
 (0)