Skip to content

Commit

Permalink
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] authored Jan 25, 2024
1 parent fccbe4b commit b6e0761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", vers
jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" }
jaxbImpl = { module = "org.glassfish.jaxb:jaxb-runtime", version = "4.0.4" }
jaxb3Api = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version = "3.0.1" }
jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "3.0.2" }
jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "4.0.4" }
moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" }
simpleXml = { module = "org.simpleframework:simple-xml", version = "2.7.1" }
wireRuntime = { module = "com.squareup.wire:wire-runtime", version = "2.2.0" }
Expand Down

0 comments on commit b6e0761

Please sign in to comment.