From 37b4d084a756619ec198e920520b97119450d797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 01:34:48 +0000 Subject: [PATCH] fix(deps): update dependency org.apache.cxf:cxf-rt-transports-http to v4.0.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0a079b2..7e9492e 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.1") compileOnly("com.sun.xml.bind:jaxb-impl:2.3.8") }