Skip to content

Commit 0cb3b87

Browse files
authored
Merge pull request #193 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 3b05325 + ef0b609 commit 0cb3b87

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

finish/system/pom.xml

Lines changed: 3 additions & 3 deletions
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.13.4</version>
45+
<version>5.14.0</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -77,13 +77,13 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.5.3</version>
80+
<version>3.5.4</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.3</version>
86+
<version>3.5.4</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.service.root>${system.service.root}</system.service.root>

start/system/pom.xml

Lines changed: 3 additions & 3 deletions
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.13.4</version>
45+
<version>5.14.0</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -77,13 +77,13 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.5.3</version>
80+
<version>3.5.4</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.3</version>
86+
<version>3.5.4</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.service.root>${system.service.root}</system.service.root>

0 commit comments

Comments
 (0)