Skip to content

Commit 148a59d

Browse files
fix(deps): update dependency com.sun.xml.bind:jaxb-impl to v4
1 parent a4b81ed commit 148a59d

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
@@ -56,7 +56,7 @@ jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", vers
5656
jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" }
5757
jaxbImpl = { module = "org.glassfish.jaxb:jaxb-runtime", version = "4.0.4" }
5858
jaxb3Api = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version = "3.0.1" }
59-
jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "3.0.2" }
59+
jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "4.0.4" }
6060
moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" }
6161
protobuf = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
6262
protoc = { module = "com.google.protobuf:protoc", version.ref = "protobuf" }

0 commit comments

Comments
 (0)