Skip to content

Commit 6e2c91a

Browse files
Update dependency org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle to v2.35 (#32)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 630fb1e commit 6e2c91a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

de.bitctrl.dav.rest.server/build.gradle

+9-7
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ apply plugin: 'checkstyle'
55
description = 'Dav3 REST Server'
66
dependencies {
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

2729
spotbugs {

0 commit comments

Comments
 (0)