Skip to content

Commit 466874f

Browse files
authored
Merge pull request #260 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents c55442d + 5238d06 commit 466874f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

finish/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ xsi:schemaLocation=
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-client</artifactId>
51-
<version>6.2.10.Final</version>
51+
<version>6.2.11.Final</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.jboss.resteasy</groupId>
5656
<artifactId>resteasy-json-binding-provider</artifactId>
57-
<version>6.2.10.Final</version>
57+
<version>6.2.11.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>
@@ -91,7 +91,7 @@ xsi:schemaLocation=
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-failsafe-plugin</artifactId>
94-
<version>3.5.1</version>
94+
<version>3.5.2</version>
9595
<configuration>
9696
<systemPropertyVariables>
9797
<liberty.test.port>

start/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ xsi:schemaLocation=
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-client</artifactId>
51-
<version>6.2.10.Final</version>
51+
<version>6.2.11.Final</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.jboss.resteasy</groupId>
5656
<artifactId>resteasy-json-binding-provider</artifactId>
57-
<version>6.2.10.Final</version>
57+
<version>6.2.11.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>
@@ -91,7 +91,7 @@ xsi:schemaLocation=
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-failsafe-plugin</artifactId>
94-
<version>3.5.1</version>
94+
<version>3.5.2</version>
9595
<configuration>
9696
<systemPropertyVariables>
9797
<liberty.test.port>

0 commit comments

Comments
 (0)