Skip to content

Commit a8d90b9

Browse files
authored
Merge branch 'staging' into versionless
2 parents bcd3a38 + 017810d commit a8d90b9

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
@@ -51,13 +51,13 @@
5151
<dependency>
5252
<groupId>org.jboss.resteasy</groupId>
5353
<artifactId>resteasy-client</artifactId>
54-
<version>6.2.10.Final</version>
54+
<version>6.2.11.Final</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.jboss.resteasy</groupId>
5959
<artifactId>resteasy-json-binding-provider</artifactId>
60-
<version>6.2.10.Final</version>
60+
<version>6.2.11.Final</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<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>

start/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
<dependency>
5252
<groupId>org.jboss.resteasy</groupId>
5353
<artifactId>resteasy-client</artifactId>
54-
<version>6.2.10.Final</version>
54+
<version>6.2.11.Final</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.jboss.resteasy</groupId>
5959
<artifactId>resteasy-json-binding-provider</artifactId>
60-
<version>6.2.10.Final</version>
60+
<version>6.2.11.Final</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<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>

0 commit comments

Comments
 (0)