diff --git a/hmac-auth-jersey2-client/build.gradle b/hmac-auth-jersey2-client/build.gradle index 32fed56..38de9d7 100644 --- a/hmac-auth-jersey2-client/build.gradle +++ b/hmac-auth-jersey2-client/build.gradle @@ -12,7 +12,7 @@ dependencies { testCompile 'org.hamcrest:hamcrest-library:2.2' testCompile 'org.mockito:mockito-core:4.5.1' // jersey test framework container with servlet support - testCompile 'org.glassfish.jersey.test-framework:jersey-test-framework-core:2.35' + testCompile 'org.glassfish.jersey.test-framework:jersey-test-framework-core:3.0.8' testCompile 'org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:2.35' testCompile 'org.glassfish.jersey.inject:jersey-hk2:2.35' }