Skip to content

Commit da9e577

Browse files
authored
Merge pull request #155 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 1bb644f + 4b07d1e commit da9e577

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

finish/inventory/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
<dependency>
6060
<groupId>org.jboss.resteasy</groupId>
6161
<artifactId>resteasy-client</artifactId>
62-
<version>6.2.10.Final</version>
62+
<version>6.2.11.Final</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.jboss.resteasy</groupId>
6767
<artifactId>resteasy-json-binding-provider</artifactId>
68-
<version>6.2.10.Final</version>
68+
<version>6.2.11.Final</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
@@ -94,13 +94,13 @@
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
9696
<artifactId>maven-surefire-plugin</artifactId>
97-
<version>3.5.1</version>
97+
<version>3.5.2</version>
9898
</plugin>
9999
<!-- Plugin to run functional tests -->
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-failsafe-plugin</artifactId>
103-
<version>3.5.1</version>
103+
<version>3.5.2</version>
104104
<configuration>
105105
<systemPropertyVariables>
106106
<cluster.ip>${cluster.ip}</cluster.ip>

finish/system/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
<dependency>
5050
<groupId>org.jboss.resteasy</groupId>
5151
<artifactId>resteasy-client</artifactId>
52-
<version>6.2.10.Final</version>
52+
<version>6.2.11.Final</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.jboss.resteasy</groupId>
5757
<artifactId>resteasy-json-binding-provider</artifactId>
58-
<version>6.2.10.Final</version>
58+
<version>6.2.11.Final</version>
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>
@@ -78,13 +78,13 @@
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
<!-- Plugin to run functional tests -->
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-failsafe-plugin</artifactId>
87-
<version>3.5.1</version>
87+
<version>3.5.2</version>
8888
<configuration>
8989
<systemPropertyVariables>
9090
<cluster.ip>${cluster.ip}</cluster.ip>

start/inventory/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
<dependency>
6060
<groupId>org.jboss.resteasy</groupId>
6161
<artifactId>resteasy-client</artifactId>
62-
<version>6.2.10.Final</version>
62+
<version>6.2.11.Final</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.jboss.resteasy</groupId>
6767
<artifactId>resteasy-json-binding-provider</artifactId>
68-
<version>6.2.10.Final</version>
68+
<version>6.2.11.Final</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
@@ -94,13 +94,13 @@
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
9696
<artifactId>maven-surefire-plugin</artifactId>
97-
<version>3.5.1</version>
97+
<version>3.5.2</version>
9898
</plugin>
9999
<!-- Plugin to run functional tests -->
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-failsafe-plugin</artifactId>
103-
<version>3.5.1</version>
103+
<version>3.5.2</version>
104104
<configuration>
105105
<systemPropertyVariables>
106106
<cluster.ip>${cluster.ip}</cluster.ip>

start/system/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
<dependency>
5050
<groupId>org.jboss.resteasy</groupId>
5151
<artifactId>resteasy-client</artifactId>
52-
<version>6.2.10.Final</version>
52+
<version>6.2.11.Final</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.jboss.resteasy</groupId>
5757
<artifactId>resteasy-json-binding-provider</artifactId>
58-
<version>6.2.10.Final</version>
58+
<version>6.2.11.Final</version>
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>
@@ -78,13 +78,13 @@
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
<!-- Plugin to run functional tests -->
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-failsafe-plugin</artifactId>
87-
<version>3.5.1</version>
87+
<version>3.5.2</version>
8888
<configuration>
8989
<systemPropertyVariables>
9090
<cluster.ip>${cluster.ip}</cluster.ip>

0 commit comments

Comments
 (0)