Skip to content

Commit 1cc15dc

Browse files
Update dependency com.sun.xml.bind:jaxb-impl to v4
1 parent f85987c commit 1cc15dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jacksonDataformatCbor = { module = "com.fasterxml.jackson.dataformat:jackson-dat
7474
jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" }
7575
jaxbImpl = { module = "org.glassfish.jaxb:jaxb-runtime", version = "4.0.6" }
7676
jaxb3Api = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version = "3.0.1" }
77-
jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "3.0.2" }
77+
jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "4.0.6" }
7878
moshi = { module = "com.squareup.moshi:moshi", version = "1.15.2" }
7979
simpleXml = { module = "org.simpleframework:simple-xml", version = "2.7.1" }
8080
wireRuntime = { module = "com.squareup.wire:wire-runtime", version = "5.4.0" }

0 commit comments

Comments
 (0)