diff --git a/de.bitctrl.dav.rest.server/build.gradle b/de.bitctrl.dav.rest.server/build.gradle index aa4a1397..6ed27fbb 100644 --- a/de.bitctrl.dav.rest.server/build.gradle +++ b/de.bitctrl.dav.rest.server/build.gradle @@ -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+ @@ -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 {