Skip to content

Commit 1d122e7

Browse files
authored
Merge pull request #82 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents eaa6785 + 7c1bbb5 commit 1d122e7

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

finish/inventory/pom.xml

+3-3
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.7.Final</version>
62+
<version>6.2.8.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.7.Final</version>
68+
<version>6.2.8.Final</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>io.openliberty.tools</groupId>
9090
<artifactId>liberty-maven-plugin</artifactId>
91-
<version>3.10.1</version>
91+
<version>3.10.2</version>
9292
</plugin>
9393
<!-- Plugin to run unit tests -->
9494
<plugin>

finish/system/pom.xml

+3-3
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.7.Final</version>
52+
<version>6.2.8.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.7.Final</version>
58+
<version>6.2.8.Final</version>
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>io.openliberty.tools</groupId>
7474
<artifactId>liberty-maven-plugin</artifactId>
75-
<version>3.10.1</version>
75+
<version>3.10.2</version>
7676
</plugin>
7777
<!-- Plugin to run unit tests -->
7878
<plugin>

start/inventory/pom.xml

+3-3
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.7.Final</version>
62+
<version>6.2.8.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.7.Final</version>
68+
<version>6.2.8.Final</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>io.openliberty.tools</groupId>
9090
<artifactId>liberty-maven-plugin</artifactId>
91-
<version>3.10.1</version>
91+
<version>3.10.2</version>
9292
</plugin>
9393
<!-- Plugin to run unit tests -->
9494
<plugin>

start/system/pom.xml

+3-3
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.7.Final</version>
52+
<version>6.2.8.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.7.Final</version>
58+
<version>6.2.8.Final</version>
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>io.openliberty.tools</groupId>
7474
<artifactId>liberty-maven-plugin</artifactId>
75-
<version>3.10.1</version>
75+
<version>3.10.2</version>
7676
</plugin>
7777
<!-- Plugin to run unit tests -->
7878
<plugin>

0 commit comments

Comments
 (0)