From d4758f04ec7c8d99f51e18d53720bdba9dfde49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 16:02:35 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-impl from 4.0.1 to 4.0.2 Bumps com.sun.xml.bind:jaxb-impl from 4.0.1 to 4.0.2. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-impl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hmac-auth-proxy/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmac-auth-proxy/build.gradle b/hmac-auth-proxy/build.gradle index 5603e62..ab948b8 100644 --- a/hmac-auth-proxy/build.gradle +++ b/hmac-auth-proxy/build.gradle @@ -12,7 +12,7 @@ dependencies { compile 'com.sun.jersey:jersey-server:1.19.4' compile 'com.sun.jersey:jersey-grizzly2:1.19.4' compile 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359' - compile 'com.sun.xml.bind:jaxb-impl:4.0.1' + compile 'com.sun.xml.bind:jaxb-impl:4.0.2' compile 'com.sun.xml.bind:jaxb-core:4.0.1' compile 'javax.activation:activation:1.1.1' compile 'com.beust:jcommander:1.82'