@@ -5,9 +5,9 @@ apply plugin: 'checkstyle'
5
5
description = ' Dav3 REST Server'
6
6
dependencies {
7
7
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 '
11
11
implementation ' org.glassfish.jersey.containers:jersey-container-jetty-http:2.35'
12
12
13
13
// JAX-B dependencies for JDK 9+
@@ -17,11 +17,13 @@ dependencies {
17
17
18
18
19
19
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'
24
25
testImplementation ' junit:junit:4.13.2'
26
+
25
27
}
26
28
27
29
spotbugs {
0 commit comments