Skip to content

Commit

Permalink
fix(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 4e81e84 commit 68504cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
compileOnly("org.codehaus.groovy:groovy-all:3.0.22")

implementation("javax.xml.bind:jaxb-api:2.3.1")
implementation("org.glassfish.jaxb:jaxb-runtime:2.3.9")
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.5")
implementation("com.sun.xml.bind:jaxb-core:4.0.5")

testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
Expand Down

0 comments on commit 68504cd

Please sign in to comment.