diff --git a/build.gradle.kts b/build.gradle.kts index 0a079b2..1ef21aa 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:2.3.8") + compileOnly("com.sun.xml.bind:jaxb-impl:4.0.2") } group = "com.github.rahulsom"