From 876cdde5f191cc0dbed6e1d773ccdcc1ca97dcfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 01:36:45 +0000 Subject: [PATCH] fix(deps): update dependency com.sun.xml.bind:jaxb-impl to v4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0a079b2..1ef21aa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testImplementation("org.apache.cxf:cxf-rt-frontend-jaxws:4.0.1") testImplementation("org.apache.cxf:cxf-rt-transports-http:4.0.0") - compileOnly("com.sun.xml.bind:jaxb-impl:2.3.8") + compileOnly("com.sun.xml.bind:jaxb-impl:4.0.2") } group = "com.github.rahulsom"