Skip to content

Commit 7403535

Browse files
authored
Merge pull request #279 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 43fbfd3 + 77c088d commit 7403535

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Diff for: finish/inventory/pom.xml

+3-3
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.8.Final</version>
65+
<version>6.2.9.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.8.Final</version>
71+
<version>6.2.9.Final</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>io.openliberty.tools</groupId>
9292
<artifactId>liberty-maven-plugin</artifactId>
93-
<version>3.10.2</version>
93+
<version>3.10.3</version>
9494
</plugin>
9595
<!-- Plugin to run unit tests -->
9696
<plugin>

Diff for: finish/system/pom.xml

+3-3
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.8.Final</version>
51+
<version>6.2.9.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.8.Final</version>
57+
<version>6.2.9.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>io.openliberty.tools</groupId>
7373
<artifactId>liberty-maven-plugin</artifactId>
74-
<version>3.10.2</version>
74+
<version>3.10.3</version>
7575
</plugin>
7676
<!-- Plugin to run unit tests -->
7777
<plugin>

Diff for: start/inventory/pom.xml

+3-3
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.8.Final</version>
60+
<version>6.2.9.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.8.Final</version>
66+
<version>6.2.9.Final</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>io.openliberty.tools</groupId>
8787
<artifactId>liberty-maven-plugin</artifactId>
88-
<version>3.10.2</version>
88+
<version>3.10.3</version>
8989
</plugin>
9090
<!-- Plugin to run unit tests -->
9191
<plugin>

Diff for: start/system/pom.xml

+3-3
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.8.Final</version>
51+
<version>6.2.9.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.8.Final</version>
57+
<version>6.2.9.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>io.openliberty.tools</groupId>
7373
<artifactId>liberty-maven-plugin</artifactId>
74-
<version>3.10.2</version>
74+
<version>3.10.3</version>
7575
</plugin>
7676
<!-- Plugin to run unit tests -->
7777
<plugin>

0 commit comments

Comments
 (0)