diff --git a/build.gradle.kts b/build.gradle.kts index 1ef21aa..f1ab835 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.3") compileOnly("com.sun.xml.bind:jaxb-impl:4.0.2") }