Skip to content

Commit f206f3b

Browse files
authored
Merge pull request #151 from OpenLiberty/dependabot/maven/start/org.jboss.resteasy-resteasy-json-binding-provider-6.2.12.Final
Bump org.jboss.resteasy:resteasy-json-binding-provider from 6.2.11.Final to 6.2.12.Final in /start
2 parents ca333a6 + 572644c commit f206f3b

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
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.jboss.resteasy</groupId>
6363
<artifactId>resteasy-json-binding-provider</artifactId>
64-
<version>6.2.11.Final</version>
64+
<version>6.2.12.Final</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.jboss.resteasy</groupId>
4848
<artifactId>resteasy-json-binding-provider</artifactId>
49-
<version>6.2.11.Final</version>
49+
<version>6.2.12.Final</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>

0 commit comments

Comments
 (0)