Skip to content

Commit

Permalink
Bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0 in /qa/wildfly
Browse files Browse the repository at this point in the history
Bumps jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0.

---
updated-dependencies:
- dependency-name: jakarta.ws.rs:jakarta.ws.rs-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 9, 2024
1 parent f425c34 commit 4e6cfaf
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('jakarta.enterprise:jakarta.enterprise.cdi-api:4.1.0') {
exclude module: 'jakarta.annotation-api'
}
providedCompile 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0'
providedCompile 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'
providedCompile "org.jboss.resteasy:resteasy-core:${versions.resteasy}"
providedCompile "org.jboss.resteasy:resteasy-core-spi:${versions.resteasy}"
api("org.jboss.resteasy:resteasy-jackson2-provider:${versions.resteasy}") {
Expand Down

0 comments on commit 4e6cfaf

Please sign in to comment.