Skip to content

Commit 2305361

Browse files
authored
Merge pull request #325 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents c984614 + 7ffa031 commit 2305361

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Diff for: finish/inventory/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.junit.jupiter</groupId>
5858
<artifactId>junit-jupiter</artifactId>
59-
<version>5.11.1</version>
59+
<version>5.11.3</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
@@ -90,19 +90,19 @@
9090
<plugin>
9191
<groupId>io.openliberty.tools</groupId>
9292
<artifactId>liberty-maven-plugin</artifactId>
93-
<version>3.10.3</version>
93+
<version>3.11.1</version>
9494
</plugin>
9595
<!-- Plugin to run unit tests -->
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-surefire-plugin</artifactId>
99-
<version>3.5.0</version>
99+
<version>3.5.1</version>
100100
</plugin>
101101
<!-- Plugin to run functional tests -->
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-failsafe-plugin</artifactId>
105-
<version>3.5.0</version>
105+
<version>3.5.1</version>
106106
<configuration>
107107
<systemPropertyVariables>
108108
<inventory.service.root>${inventory.service.root}</inventory.service.root>

Diff for: finish/system/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.junit.jupiter</groupId>
4444
<artifactId>junit-jupiter</artifactId>
45-
<version>5.11.1</version>
45+
<version>5.11.3</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -71,19 +71,19 @@
7171
<plugin>
7272
<groupId>io.openliberty.tools</groupId>
7373
<artifactId>liberty-maven-plugin</artifactId>
74-
<version>3.10.3</version>
74+
<version>3.11.1</version>
7575
</plugin>
7676
<!-- Plugin to run unit tests -->
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.5.0</version>
80+
<version>3.5.1</version>
8181
</plugin>
8282
<!-- Plugin to run functional tests -->
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-failsafe-plugin</artifactId>
86-
<version>3.5.0</version>
86+
<version>3.5.1</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.service.root>${system.service.root}</system.service.root>

Diff for: start/inventory/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.junit.jupiter</groupId>
5353
<artifactId>junit-jupiter</artifactId>
54-
<version>5.11.1</version>
54+
<version>5.11.3</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
@@ -85,19 +85,19 @@
8585
<plugin>
8686
<groupId>io.openliberty.tools</groupId>
8787
<artifactId>liberty-maven-plugin</artifactId>
88-
<version>3.10.3</version>
88+
<version>3.11.1</version>
8989
</plugin>
9090
<!-- Plugin to run unit tests -->
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-surefire-plugin</artifactId>
94-
<version>3.5.0</version>
94+
<version>3.5.1</version>
9595
</plugin>
9696
<!-- Plugin to run functional tests -->
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-failsafe-plugin</artifactId>
100-
<version>3.5.0</version>
100+
<version>3.5.1</version>
101101
<configuration>
102102
<systemPropertyVariables>
103103
<inventory.service.root>${inventory.service.root}</inventory.service.root>

Diff for: start/system/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.junit.jupiter</groupId>
4444
<artifactId>junit-jupiter</artifactId>
45-
<version>5.11.1</version>
45+
<version>5.11.3</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -71,19 +71,19 @@
7171
<plugin>
7272
<groupId>io.openliberty.tools</groupId>
7373
<artifactId>liberty-maven-plugin</artifactId>
74-
<version>3.10.3</version>
74+
<version>3.11.1</version>
7575
</plugin>
7676
<!-- Plugin to run unit tests -->
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.5.0</version>
80+
<version>3.5.1</version>
8181
</plugin>
8282
<!-- Plugin to run functional tests -->
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-failsafe-plugin</artifactId>
86-
<version>3.5.0</version>
86+
<version>3.5.1</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.service.root>${system.service.root}</system.service.root>

0 commit comments

Comments
 (0)