Skip to content

Commit c53c995

Browse files
authored
Merge pull request #276 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents ebff465 + 0da7f60 commit c53c995

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: finish/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>org.jboss.resteasy</groupId>
4747
<artifactId>resteasy-client</artifactId>
48-
<version>6.2.10.Final</version>
48+
<version>6.2.11.Final</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.jboss.resteasy</groupId>
5353
<artifactId>resteasy-json-binding-provider</artifactId>
54-
<version>6.2.10.Final</version>
54+
<version>6.2.11.Final</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-surefire-plugin</artifactId>
83-
<version>3.5.1</version>
83+
<version>3.5.2</version>
8484
</plugin>
8585
<!-- Enable liberty-maven plugin -->
8686
<plugin>
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-failsafe-plugin</artifactId>
95-
<version>3.5.1</version>
95+
<version>3.5.2</version>
9696
<configuration>
9797
<systemPropertyVariables>
9898
<http.port>${liberty.var.http.port}</http.port>

Diff for: start/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
<dependency>
4444
<groupId>org.jboss.resteasy</groupId>
4545
<artifactId>resteasy-client</artifactId>
46-
<version>6.2.10.Final</version>
46+
<version>6.2.11.Final</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.jboss.resteasy</groupId>
5151
<artifactId>resteasy-json-binding-provider</artifactId>
52-
<version>6.2.10.Final</version>
52+
<version>6.2.11.Final</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-surefire-plugin</artifactId>
81-
<version>3.5.1</version>
81+
<version>3.5.2</version>
8282
</plugin>
8383
<!-- Enable liberty-maven plugin -->
8484
<plugin>
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-failsafe-plugin</artifactId>
93-
<version>3.5.1</version>
93+
<version>3.5.2</version>
9494
<configuration>
9595
<systemPropertyVariables>
9696
<http.port>${liberty.var.http.port}</http.port>

0 commit comments

Comments
 (0)