Skip to content

Commit a113125

Browse files
authored
Merge pull request #156 from OpenLiberty/dependabot/maven/start/org.jboss.resteasy-resteasy-client-6.2.12.Final
Bump org.jboss.resteasy:resteasy-client from 6.2.11.Final to 6.2.12.Final in /start
2 parents 51e22d8 + 185479b commit a113125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start/inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.jboss.resteasy</groupId>
5757
<artifactId>resteasy-client</artifactId>
58-
<version>6.2.11.Final</version>
58+
<version>6.2.12.Final</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.jboss.resteasy</groupId>
5454
<artifactId>resteasy-client</artifactId>
55-
<version>6.2.11.Final</version>
55+
<version>6.2.12.Final</version>
5656
<scope>test</scope>
5757
</dependency>
5858
</dependencies>

0 commit comments

Comments
 (0)