From 07a26c9ae32dea035751990b900225dba20806d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 13:58:01 +0000 Subject: [PATCH] build(deps): bump jaxws-rt from 2.3.2 to 3.0.1 Bumps jaxws-rt from 2.3.2 to 3.0.1. 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 24720754..0d82ae8b 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.1" runtimeOnly "javax.annotation:javax.annotation-api:1.3.1" testImplementation project(":api:testlib")