Skip to content

Commit 20e56eb

Browse files
authored
Merge pull request #282 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents c53c995 + cf26479 commit 20e56eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

finish/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.11.3</version>
42+
<version>5.11.4</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>io.openliberty.tools</groupId>
8888
<artifactId>liberty-maven-plugin</artifactId>
89-
<version>3.11.1</version>
89+
<version>3.11.2</version>
9090
</plugin>
9191
<!-- Plugin to run functional tests -->
9292
<plugin>

start/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.junit.jupiter</groupId>
3939
<artifactId>junit-jupiter</artifactId>
40-
<version>5.11.3</version>
40+
<version>5.11.4</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>io.openliberty.tools</groupId>
8686
<artifactId>liberty-maven-plugin</artifactId>
87-
<version>3.11.1</version>
87+
<version>3.11.2</version>
8888
</plugin>
8989
<!-- Plugin to run functional tests -->
9090
<plugin>

0 commit comments

Comments
 (0)