diff --git a/build.gradle.kts b/build.gradle.kts index 1ef21aa..8fe5a4e 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.3") } group = "com.github.rahulsom"