From 8565c847f45813e0029c6640a40f61d23f9329a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:28:33 +0000 Subject: [PATCH] fix(deps): update dependency com.sun.xml.bind:jaxb-impl to v4.0.5 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1ef21aa..e6a722b 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:4.0.2") + compileOnly("com.sun.xml.bind:jaxb-impl:4.0.5") } group = "com.github.rahulsom"