From bbdf1fa822f7588edf851852f8c67b64892e351a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 05:17:31 +0000 Subject: [PATCH] build(deps): bump jaxws-rt from 2.3.2 to 3.0.0 Bumps jaxws-rt from 2.3.2 to 3.0.0. Signed-off-by: dependabot-preview[bot] --- archiver/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archiver/build.gradle b/archiver/build.gradle index 5e1f2847..c5c41032 100644 --- a/archiver/build.gradle +++ b/archiver/build.gradle @@ -43,7 +43,7 @@ dependencies { runtimeOnly "javax.xml.bind:jaxb-api:2.3.0" runtimeOnly "com.sun.xml.bind:jaxb-core:2.3.0" runtimeOnly "com.sun.xml.bind:jaxb-impl:2.3.0" - runtimeOnly "com.sun.xml.ws:jaxws-rt:2.3.2" + runtimeOnly "com.sun.xml.ws:jaxws-rt:3.0.0" runtimeOnly "javax.annotation:javax.annotation-api:1.3.1" testImplementation project(":api:testlib")