Skip to content

Commit 8422627

Browse files
authored
Merge pull request #295 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents dc3e8e1 + 50cb28f commit 8422627

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Diff for: finish/inventory/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.apache.commons</groupId>
5252
<artifactId>commons-lang3</artifactId>
53-
<version>3.14.0</version>
53+
<version>3.15.0</version>
5454
</dependency>
5555
<!-- For tests -->
5656
<dependency>
@@ -96,13 +96,13 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-surefire-plugin</artifactId>
99-
<version>3.3.0</version>
99+
<version>3.3.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.3.0</version>
105+
<version>3.3.1</version>
106106
<configuration>
107107
<systemPropertyVariables>
108108
<inventory.service.root>${inventory.service.root}</inventory.service.root>

Diff for: finish/system/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.3.0</version>
80+
<version>3.3.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.3.0</version>
86+
<version>3.3.1</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.service.root>${system.service.root}</system.service.root>

Diff for: start/inventory/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.apache.commons</groupId>
4747
<artifactId>commons-lang3</artifactId>
48-
<version>3.14.0</version>
48+
<version>3.15.0</version>
4949
</dependency>
5050
<!-- For tests -->
5151
<dependency>
@@ -91,13 +91,13 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-surefire-plugin</artifactId>
94-
<version>3.3.0</version>
94+
<version>3.3.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.3.0</version>
100+
<version>3.3.1</version>
101101
<configuration>
102102
<systemPropertyVariables>
103103
<inventory.service.root>${inventory.service.root}</inventory.service.root>

Diff for: start/system/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.3.0</version>
80+
<version>3.3.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.3.0</version>
86+
<version>3.3.1</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.service.root>${system.service.root}</system.service.root>

0 commit comments

Comments
 (0)