Skip to content

Commit 79afc98

Browse files
authored
Merge pull request #237 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 3b34482 + 3e65d62 commit 79afc98

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

finish/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>org.jboss.resteasy</groupId>
4747
<artifactId>resteasy-client</artifactId>
48-
<version>6.2.8.Final</version>
48+
<version>6.2.9.Final</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.jboss.resteasy</groupId>
5353
<artifactId>resteasy-json-binding-provider</artifactId>
54-
<version>6.2.8.Final</version>
54+
<version>6.2.9.Final</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>io.openliberty.tools</groupId>
8888
<artifactId>liberty-maven-plugin</artifactId>
89-
<version>3.10.2</version>
89+
<version>3.10.3</version>
9090
</plugin>
9191
<!-- Plugin to run functional tests -->
9292
<plugin>

start/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>org.jboss.resteasy</groupId>
4747
<artifactId>resteasy-client</artifactId>
48-
<version>6.2.8.Final</version>
48+
<version>6.2.9.Final</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.jboss.resteasy</groupId>
5353
<artifactId>resteasy-json-binding-provider</artifactId>
54-
<version>6.2.8.Final</version>
54+
<version>6.2.9.Final</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>io.openliberty.tools</groupId>
8888
<artifactId>liberty-maven-plugin</artifactId>
89-
<version>3.10.2</version>
89+
<version>3.10.3</version>
9090
</plugin>
9191
<!-- Plugin to run functional tests -->
9292
<plugin>

0 commit comments

Comments
 (0)