From 83787ed53b4a3c6ff015fb57703b69cfe55e4b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 10:49:12 +0000 Subject: [PATCH] Bump resteasy-jackson2-provider in /qa/wildfly Bumps resteasy-jackson2-provider from 3.0.19.Final to 6.1.0.Final. --- updated-dependencies: - dependency-name: org.jboss.resteasy:resteasy-jackson2-provider dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- qa/wildfly/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/wildfly/build.gradle b/qa/wildfly/build.gradle index 0cf2098c24b91..12cf6d546fa0c 100644 --- a/qa/wildfly/build.gradle +++ b/qa/wildfly/build.gradle @@ -42,7 +42,7 @@ dependencies { providedCompile 'javax.enterprise:cdi-api:2.0' providedCompile 'org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec:1.0.2.Final' providedCompile 'org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.0_spec:1.0.1.Final' - api('org.jboss.resteasy:resteasy-jackson2-provider:3.0.19.Final') { + api('org.jboss.resteasy:resteasy-jackson2-provider:6.1.0.Final') { exclude module: 'jackson-annotations' exclude module: 'jackson-core' exclude module: 'jackson-databind'