Skip to content

Commit

Permalink
fix(deps): update dependency com.sun.xml.bind:jaxb-impl to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2023
1 parent 047dec7 commit 876cdde
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 @@ -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"
Expand Down

0 comments on commit 876cdde

Please sign in to comment.