From 69a330976a9a1d0fc5b791b4ac35810a345b19a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 23:06:11 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.cxf:cxf-rt-frontend-jaxws 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..6157bdd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("xmlunit:xmlunit:1.6") 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-frontend-jaxws:4.0.5") testImplementation("org.apache.cxf:cxf-rt-transports-http:4.0.0") compileOnly("com.sun.xml.bind:jaxb-impl:4.0.2") }