Skip to content

Commit 05d65b4

Browse files
authored
Merge pull request #161 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents da9e577 + 9ce7ecb commit 05d65b4

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
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.junit.jupiter</groupId>
5555
<artifactId>junit-jupiter</artifactId>
56-
<version>5.11.3</version>
56+
<version>5.11.4</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>io.openliberty.tools</groupId>
9090
<artifactId>liberty-maven-plugin</artifactId>
91-
<version>3.11.1</version>
91+
<version>3.11.2</version>
9292
</plugin>
9393
<!-- Plugin to run unit tests -->
9494
<plugin>

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
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>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>io.openliberty.tools</groupId>
7474
<artifactId>liberty-maven-plugin</artifactId>
75-
<version>3.11.1</version>
75+
<version>3.11.2</version>
7676
</plugin>
7777
<!-- Plugin to run unit tests -->
7878
<plugin>

start/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.junit.jupiter</groupId>
5555
<artifactId>junit-jupiter</artifactId>
56-
<version>5.11.3</version>
56+
<version>5.11.4</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>io.openliberty.tools</groupId>
9090
<artifactId>liberty-maven-plugin</artifactId>
91-
<version>3.11.1</version>
91+
<version>3.11.2</version>
9292
</plugin>
9393
<!-- Plugin to run unit tests -->
9494
<plugin>

start/system/pom.xml

Lines changed: 2 additions & 2 deletions
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>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>io.openliberty.tools</groupId>
7474
<artifactId>liberty-maven-plugin</artifactId>
75-
<version>3.11.1</version>
75+
<version>3.11.2</version>
7676
</plugin>
7777
<!-- Plugin to run unit tests -->
7878
<plugin>

0 commit comments

Comments
 (0)