Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.cxf:cxf-rt-frontend-jaxws to …
Browse files Browse the repository at this point in the history
…v4.0.5
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 9e6d16e commit 958e003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
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-frontend-jaxws:4.0.5")
testImplementation("org.apache.cxf:cxf-rt-transports-http:4.0.0")
compileOnly("com.sun.xml.bind:jaxb-impl:4.0.2")
}
Expand Down

0 comments on commit 958e003

Please sign in to comment.