We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e005abf commit 9e6f15dCopy full SHA for 9e6f15d
1 file changed
de.bitctrl.dav.rest.server/build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
testImplementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
23
24
testImplementation 'org.glassfish.jersey.test-framework:jersey-test-framework-util:2.35'
25
- testImplementation 'org.glassfish.jersey.test-framework:jersey-test-framework-core:2.35'
+ testImplementation 'org.glassfish.jersey.test-framework:jersey-test-framework-core:3.0.3'
26
testImplementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:2.35'
27
28
testImplementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:2.35'
0 commit comments