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.4
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent 876cdde commit 9fac282
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.4")
compileOnly("com.sun.xml.bind:jaxb-impl:4.0.2")
}

Expand Down

0 comments on commit 9fac282

Please sign in to comment.