Skip to content

Commit 872c82d

Browse files
authored
Merge pull request #300 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 18d0037 + 78fdaab commit 872c82d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: finish/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.junit.jupiter</groupId>
4545
<artifactId>junit-jupiter</artifactId>
46-
<version>5.11.3</version>
46+
<version>5.11.4</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>io.openliberty.tools</groupId>
7575
<artifactId>liberty-maven-plugin</artifactId>
76-
<version>3.11.1</version>
76+
<version>3.11.2</version>
7777
</plugin>
7878
<!-- Plugin to run functional tests -->
7979
<plugin>

Diff for: 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>
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>io.openliberty.tools</groupId>
6969
<artifactId>liberty-maven-plugin</artifactId>
70-
<version>3.11.1</version>
70+
<version>3.11.2</version>
7171
</plugin>
7272
<!-- Plugin to run functional tests -->
7373
<plugin>

0 commit comments

Comments
 (0)