Skip to content

Commit b90fe6b

Browse files
authored
Merge pull request #290 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 497571a + 0538f9a commit b90fe6b

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
@@ -54,13 +54,13 @@
5454
<dependency>
5555
<groupId>org.jboss.resteasy</groupId>
5656
<artifactId>resteasy-client</artifactId>
57-
<version>6.2.10.Final</version>
57+
<version>6.2.11.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.jboss.resteasy</groupId>
6262
<artifactId>resteasy-json-binding-provider</artifactId>
63-
<version>6.2.10.Final</version>
63+
<version>6.2.11.Final</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>
@@ -89,13 +89,13 @@
8989
<plugin>
9090
<groupId>org.apache.maven.plugins</groupId>
9191
<artifactId>maven-surefire-plugin</artifactId>
92-
<version>3.5.1</version>
92+
<version>3.5.2</version>
9393
</plugin>
9494
<!-- Plugin to run functional tests -->
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-failsafe-plugin</artifactId>
98-
<version>3.5.1</version>
98+
<version>3.5.2</version>
9999
<configuration>
100100
<systemPropertyVariables>
101101
<system.kube.service>${system.kube.service}</system.kube.service>

finish/system/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
<dependency>
4848
<groupId>org.jboss.resteasy</groupId>
4949
<artifactId>resteasy-client</artifactId>
50-
<version>6.2.10.Final</version>
50+
<version>6.2.11.Final</version>
5151
<scope>test</scope>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.jboss.resteasy</groupId>
5555
<artifactId>resteasy-json-binding-provider</artifactId>
56-
<version>6.2.10.Final</version>
56+
<version>6.2.11.Final</version>
5757
<scope>test</scope>
5858
</dependency>
5959
</dependencies>
@@ -76,13 +76,13 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-surefire-plugin</artifactId>
79-
<version>3.5.1</version>
79+
<version>3.5.2</version>
8080
</plugin>
8181
<!-- Plugin to run functional tests -->
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-failsafe-plugin</artifactId>
85-
<version>3.5.1</version>
85+
<version>3.5.2</version>
8686
<configuration>
8787
<systemPropertyVariables>
8888
<system.service.root>${system.service.root}</system.service.root>

start/inventory/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
<dependency>
5555
<groupId>org.jboss.resteasy</groupId>
5656
<artifactId>resteasy-client</artifactId>
57-
<version>6.2.10.Final</version>
57+
<version>6.2.11.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.jboss.resteasy</groupId>
6262
<artifactId>resteasy-json-binding-provider</artifactId>
63-
<version>6.2.10.Final</version>
63+
<version>6.2.11.Final</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>
@@ -89,13 +89,13 @@
8989
<plugin>
9090
<groupId>org.apache.maven.plugins</groupId>
9191
<artifactId>maven-surefire-plugin</artifactId>
92-
<version>3.5.1</version>
92+
<version>3.5.2</version>
9393
</plugin>
9494
<!-- Plugin to run functional tests -->
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-failsafe-plugin</artifactId>
98-
<version>3.5.1</version>
98+
<version>3.5.2</version>
9999
<configuration>
100100
<systemPropertyVariables>
101101
<system.kube.service>${system.kube.service}</system.kube.service>

start/system/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
<dependency>
4747
<groupId>org.jboss.resteasy</groupId>
4848
<artifactId>resteasy-client</artifactId>
49-
<version>6.2.10.Final</version>
49+
<version>6.2.11.Final</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.jboss.resteasy</groupId>
5454
<artifactId>resteasy-json-binding-provider</artifactId>
55-
<version>6.2.10.Final</version>
55+
<version>6.2.11.Final</version>
5656
<scope>test</scope>
5757
</dependency>
5858
</dependencies>
@@ -75,13 +75,13 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-surefire-plugin</artifactId>
78-
<version>3.5.1</version>
78+
<version>3.5.2</version>
7979
</plugin>
8080
<!-- Plugin to run functional tests -->
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-failsafe-plugin</artifactId>
84-
<version>3.5.1</version>
84+
<version>3.5.2</version>
8585
<configuration>
8686
<systemPropertyVariables>
8787
<system.service.root>${system.service.root}</system.service.root>

0 commit comments

Comments
 (0)