Skip to content

Commit

Permalink
Update dependency org.glassfish.jersey.test-framework.providers:jerse…
Browse files Browse the repository at this point in the history
…y-test-framework-provider-bundle to v2.35 (#32)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
ChristianHoesel and renovate-bot authored Oct 21, 2021
1 parent 630fb1e commit 6e2c91a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions de.bitctrl.dav.rest.server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ apply plugin: 'checkstyle'
description = 'Dav3 REST Server'
dependencies {
implementation project(':de.bitctrl.dav.rest.api')
implementation 'org.glassfish.jersey.core:jersey-client:2.28'
implementation 'org.glassfish.jersey.media:jersey-media-json-jackson:2.28'
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.28'
implementation 'org.glassfish.jersey.core:jersey-client:2.35'
implementation 'org.glassfish.jersey.media:jersey-media-json-jackson:2.35'
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.35'
implementation 'org.glassfish.jersey.containers:jersey-container-jetty-http:2.35'

// JAX-B dependencies for JDK 9+
Expand All @@ -17,11 +17,13 @@ dependencies {


testImplementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
testImplementation 'org.glassfish.jersey.test-framework:jersey-test-framework-util:2.28'
testImplementation 'org.glassfish.jersey.test-framework:jersey-test-framework-core:2.28'
testImplementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.28'
testImplementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.28'
testImplementation 'org.glassfish.jersey.test-framework:jersey-test-framework-util:2.35'
testImplementation 'org.glassfish.jersey.test-framework:jersey-test-framework-core:2.35'
testImplementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.35'

testImplementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.35'
testImplementation 'junit:junit:4.13.2'

}

spotbugs {
Expand Down

0 comments on commit 6e2c91a

Please sign in to comment.