@@ -5,9 +5,9 @@ apply plugin: 'checkstyle'
55description = ' Dav3 REST Server'
66dependencies {
77 implementation project(' :de.bitctrl.dav.rest.api' )
8- implementation ' org.glassfish.jersey.core:jersey-client:2.28 '
9- implementation ' org.glassfish.jersey.media:jersey-media-json-jackson:2.28 '
10- implementation ' org.glassfish.jersey.inject:jersey-hk2:2.28 '
8+ implementation ' org.glassfish.jersey.core:jersey-client:2.35 '
9+ implementation ' org.glassfish.jersey.media:jersey-media-json-jackson:2.35 '
10+ implementation ' org.glassfish.jersey.inject:jersey-hk2:2.35 '
1111 implementation ' org.glassfish.jersey.containers:jersey-container-jetty-http:2.35'
1212
1313 // JAX-B dependencies for JDK 9+
@@ -17,11 +17,13 @@ dependencies {
1717
1818
1919 testImplementation ' jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
20- testImplementation ' org.glassfish.jersey.test-framework:jersey-test-framework-util:2.28'
21- testImplementation ' org.glassfish.jersey.test-framework:jersey-test-framework-core:2.28'
22- testImplementation ' org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.28'
23- testImplementation ' org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.28'
20+ testImplementation ' org.glassfish.jersey.test-framework:jersey-test-framework-util:2.35'
21+ testImplementation ' org.glassfish.jersey.test-framework:jersey-test-framework-core:2.35'
22+ testImplementation ' org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.35'
23+
24+ testImplementation ' org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.35'
2425 testImplementation ' junit:junit:4.13.2'
26+
2527}
2628
2729spotbugs {
0 commit comments