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.3
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 876cdde commit c61ad12
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.3")
compileOnly("com.sun.xml.bind:jaxb-impl:4.0.2")
}

Expand Down

0 comments on commit c61ad12

Please sign in to comment.