Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.cxf:cxf-rt-transports-http 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 b8c9e1d
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 @@ -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.5")
compileOnly("com.sun.xml.bind:jaxb-impl:4.0.2")
}

Expand Down

0 comments on commit b8c9e1d

Please sign in to comment.