Skip to content

Commit 6ee3516

Browse files
authored
Merge pull request #142 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents ca0445b + cee7d21 commit 6ee3516

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

finish/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.junit.jupiter</groupId>
5151
<artifactId>junit-jupiter-engine</artifactId>
52-
<version>5.11.3</version>
52+
<version>5.11.4</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>io.openliberty.tools</groupId>
8585
<artifactId>liberty-maven-plugin</artifactId>
86-
<version>3.11.1</version>
86+
<version>3.11.2</version>
8787
</plugin>
8888
<!-- Plugin to run unit tests -->
8989
<plugin>

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.junit.jupiter</groupId>
4242
<artifactId>junit-jupiter-engine</artifactId>
43-
<version>5.11.3</version>
43+
<version>5.11.4</version>
4444
<scope>test</scope>
4545
</dependency>
4646
<dependency>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>io.openliberty.tools</groupId>
7171
<artifactId>liberty-maven-plugin</artifactId>
72-
<version>3.11.1</version>
72+
<version>3.11.2</version>
7373
</plugin>
7474
<!-- Plugin to run unit tests -->
7575
<plugin>

start/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.junit.jupiter</groupId>
5151
<artifactId>junit-jupiter-engine</artifactId>
52-
<version>5.11.3</version>
52+
<version>5.11.4</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>io.openliberty.tools</groupId>
8585
<artifactId>liberty-maven-plugin</artifactId>
86-
<version>3.11.1</version>
86+
<version>3.11.2</version>
8787
</plugin>
8888
<!-- Plugin to run unit tests -->
8989
<plugin>

start/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.junit.jupiter</groupId>
4242
<artifactId>junit-jupiter-engine</artifactId>
43-
<version>5.11.3</version>
43+
<version>5.11.4</version>
4444
<scope>test</scope>
4545
</dependency>
4646
<dependency>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>io.openliberty.tools</groupId>
7171
<artifactId>liberty-maven-plugin</artifactId>
72-
<version>3.11.1</version>
72+
<version>3.11.2</version>
7373
</plugin>
7474
<!-- Plugin to run unit tests -->
7575
<plugin>

0 commit comments

Comments
 (0)