Skip to content

Commit a9e0778

Browse files
authored
Merge pull request #336 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 2305361 + 24f2f74 commit a9e0778

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Diff for: finish/inventory/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
<dependency>
6363
<groupId>org.jboss.resteasy</groupId>
6464
<artifactId>resteasy-client</artifactId>
65-
<version>6.2.10.Final</version>
65+
<version>6.2.11.Final</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.jboss.resteasy</groupId>
7070
<artifactId>resteasy-json-binding-provider</artifactId>
71-
<version>6.2.10.Final</version>
71+
<version>6.2.11.Final</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
@@ -96,13 +96,13 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-surefire-plugin</artifactId>
99-
<version>3.5.1</version>
99+
<version>3.5.2</version>
100100
</plugin>
101101
<!-- Plugin to run functional tests -->
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-failsafe-plugin</artifactId>
105-
<version>3.5.1</version>
105+
<version>3.5.2</version>
106106
<configuration>
107107
<systemPropertyVariables>
108108
<inventory.service.root>${inventory.service.root}</inventory.service.root>

Diff for: finish/system/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-json-binding-provider</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-client</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>

Diff for: start/inventory/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
<dependency>
5858
<groupId>org.jboss.resteasy</groupId>
5959
<artifactId>resteasy-client</artifactId>
60-
<version>6.2.10.Final</version>
60+
<version>6.2.11.Final</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.jboss.resteasy</groupId>
6565
<artifactId>resteasy-json-binding-provider</artifactId>
66-
<version>6.2.10.Final</version>
66+
<version>6.2.11.Final</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>
@@ -91,13 +91,13 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-surefire-plugin</artifactId>
94-
<version>3.5.1</version>
94+
<version>3.5.2</version>
9595
</plugin>
9696
<!-- Plugin to run functional tests -->
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-failsafe-plugin</artifactId>
100-
<version>3.5.1</version>
100+
<version>3.5.2</version>
101101
<configuration>
102102
<systemPropertyVariables>
103103
<inventory.service.root>${inventory.service.root}</inventory.service.root>

Diff for: start/system/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-json-binding-provider</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-client</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)