Skip to content

Commit e126657

Browse files
Bump org.jboss.resteasy:resteasy-json-binding-provider in /start
Bumps org.jboss.resteasy:resteasy-json-binding-provider from 6.2.12.Final to 7.0.0.Final. --- updated-dependencies: - dependency-name: org.jboss.resteasy:resteasy-json-binding-provider dependency-version: 7.0.0.Final dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a82f89 commit e126657

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
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.jboss.resteasy</groupId>
6262
<artifactId>resteasy-json-binding-provider</artifactId>
63-
<version>6.2.12.Final</version>
63+
<version>7.0.0.Final</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<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-json-binding-provider</artifactId>
55-
<version>6.2.12.Final</version>
55+
<version>7.0.0.Final</version>
5656
<scope>test</scope>
5757
</dependency>
5858
</dependencies>

0 commit comments

Comments
 (0)