Skip to content

Commit a9e24ce

Browse files
Update dependency jakarta.xml.bind:jakarta.xml.bind-api to v4
1 parent 23d0461 commit a9e24ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
5555
jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.15.2" }
5656
jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" }
5757
jaxbImpl = { module = "org.glassfish.jaxb:jaxb-runtime", version = "4.0.3" }
58-
jaxb3Api = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version = "3.0.1" }
58+
jaxb3Api = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version = "4.0.1" }
5959
jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "3.0.2" }
6060
moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" }
6161
protobuf = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }

0 commit comments

Comments
 (0)