From 9fac28224b2ec18aea15718b6ca49fda25e242d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 04:37:57 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.cxf:cxf-rt-transports-http to v4.0.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1ef21aa..6c8c420 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { 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-transports-http:4.0.0") + testImplementation("org.apache.cxf:cxf-rt-transports-http:4.0.4") compileOnly("com.sun.xml.bind:jaxb-impl:4.0.2") }