Skip to content

Commit

Permalink
fix(deps): update dependency com.sun.xml.bind:jaxb-core to v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent d35b41e commit 8da8722
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 @@ -43,7 +43,7 @@ dependencies {

implementation("javax.xml.bind:jaxb-api:2.3.1")
implementation("org.glassfish.jaxb:jaxb-runtime:2.3.8")
implementation("com.sun.xml.bind:jaxb-core:4.0.3")
implementation("com.sun.xml.bind:jaxb-core:4.0.4")

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

0 comments on commit 8da8722

Please sign in to comment.