From 54634e73d7ae47d7f2c1d90ef957426e474c135d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 16:03:34 +0000 Subject: [PATCH] Bump jersey-test-framework-core from 2.35 to 3.1.0 Bumps jersey-test-framework-core from 2.35 to 3.1.0. --- updated-dependencies: - dependency-name: org.glassfish.jersey.test-framework:jersey-test-framework-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hmac-auth-jersey2-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmac-auth-jersey2-client/build.gradle b/hmac-auth-jersey2-client/build.gradle index 32fed56..fc5fec6 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.1.0' testCompile 'org.glassfish.jersey.containers:jersey-container-grizzly2-servlet:2.35' testCompile 'org.glassfish.jersey.inject:jersey-hk2:2.35' }