Skip to content

Commit 99f7a4f

Browse files
authored
Merge pull request #129 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 99f99f1 + de75a86 commit 99f7a4f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

finish/system/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
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
</dependencies>
@@ -77,13 +77,13 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.5.1</version>
80+
<version>3.5.2</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.1</version>
86+
<version>3.5.2</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.service.root>${system.service.root}</system.service.root>

start/system/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
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
</dependencies>
@@ -77,13 +77,13 @@
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-surefire-plugin</artifactId>
80-
<version>3.5.1</version>
80+
<version>3.5.2</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.1</version>
86+
<version>3.5.2</version>
8787
<configuration>
8888
<systemPropertyVariables>
8989
<system.service.root>${system.service.root}</system.service.root>

0 commit comments

Comments
 (0)