Skip to content

Commit

Permalink
Update dependency jakarta.ws.rs:jakarta.ws.rs-api to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 3, 2024
1 parent d87ffdf commit 1026407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion de.bitctrl.dav.rest.api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ramltojaxrs {
}

dependencies {
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'
implementation 'javax.validation:validation-api:2.0.1.Final'
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version"

Expand Down
2 changes: 1 addition & 1 deletion de.bitctrl.dav.rest.server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation "org.glassfish.jaxb:jaxb-runtime:2.3.5"


testImplementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
testImplementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'

testImplementation "org.glassfish.jersey.test-framework:jersey-test-framework-util:$jersey_version"
testImplementation "org.glassfish.jersey.test-framework:jersey-test-framework-core:$jersey_version"
Expand Down

0 comments on commit 1026407

Please sign in to comment.