Skip to content

Commit c0e9e52

Browse files
Update dependency jakarta.xml.bind:jakarta.xml.bind-api to v4
1 parent fccbe4b commit c0e9e52

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
@@ -62,7 +62,7 @@ gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
6262
jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.16.1" }
6363
jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" }
6464
jaxbImpl = { module = "org.glassfish.jaxb:jaxb-runtime", version = "4.0.4" }
65-
jaxb3Api = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version = "3.0.1" }
65+
jaxb3Api = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version = "4.0.1" }
6666
jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "3.0.2" }
6767
moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" }
6868
simpleXml = { module = "org.simpleframework:simple-xml", version = "2.7.1" }

0 commit comments

Comments
 (0)