Skip to content

Commit 583df1d

Browse files
Update dependency com.sun.xml.bind:jaxb-impl to v4
1 parent bce364e commit 583df1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

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

0 commit comments

Comments
 (0)