Skip to content

Commit

Permalink
Bump org.jboss.resteasy:resteasy-jackson2-provider in /qa/wildfly
Browse files Browse the repository at this point in the history
Bumps org.jboss.resteasy:resteasy-jackson2-provider from 3.0.26.Final to 6.2.4.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 5, 2023
1 parent aa21585 commit 2bf3143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/wildfly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
providedCompile 'javax.enterprise:cdi-api:2.0'
providedCompile "jakarta.annotation:jakarta.annotation-api:${versions.jakarta_annotation}"
providedCompile 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.3'
api('org.jboss.resteasy:resteasy-jackson2-provider:3.0.26.Final') {
api('org.jboss.resteasy:resteasy-jackson2-provider:6.2.4.Final') {
exclude module: 'jackson-annotations'
exclude module: 'jackson-core'
exclude module: 'jackson-databind'
Expand Down

0 comments on commit 2bf3143

Please sign in to comment.