Skip to content

Commit d4065b4

Browse files
authored
Merge pull request #274 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 6b60544 + 5d932ae commit d4065b4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

finish/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
<dependency>
3838
<groupId>org.junit.jupiter</groupId>
3939
<artifactId>junit-jupiter</artifactId>
40-
<version>5.13.4</version>
40+
<version>5.14.0</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.jboss.resteasy</groupId>
4545
<artifactId>resteasy-client</artifactId>
46-
<version>6.2.12.Final</version>
46+
<version>6.2.14.Final</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-surefire-plugin</artifactId>
75-
<version>3.5.3</version>
75+
<version>3.5.4</version>
7676
</plugin>
7777
<!-- Enable liberty-maven plugin -->
7878
<plugin>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-failsafe-plugin</artifactId>
87-
<version>3.5.3</version>
87+
<version>3.5.4</version>
8888
<configuration>
8989
<systemPropertyVariables>
9090
<http.port>${liberty.var.http.port}</http.port>

start/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
<dependency>
3838
<groupId>org.junit.jupiter</groupId>
3939
<artifactId>junit-jupiter</artifactId>
40-
<version>5.13.4</version>
40+
<version>5.14.0</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.jboss.resteasy</groupId>
4545
<artifactId>resteasy-client</artifactId>
46-
<version>6.2.12.Final</version>
46+
<version>6.2.14.Final</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-surefire-plugin</artifactId>
75-
<version>3.5.3</version>
75+
<version>3.5.4</version>
7676
</plugin>
7777
<!-- Enable liberty-maven plugin -->
7878
<plugin>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-failsafe-plugin</artifactId>
87-
<version>3.5.3</version>
87+
<version>3.5.4</version>
8888
<configuration>
8989
<systemPropertyVariables>
9090
<http.port>${liberty.var.http.port}</http.port>

0 commit comments

Comments
 (0)