We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85987c commit 1cc15dcCopy full SHA for 1cc15dc
1 file changed
gradle/libs.versions.toml
@@ -74,7 +74,7 @@ jacksonDataformatCbor = { module = "com.fasterxml.jackson.dataformat:jackson-dat
74
jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" }
75
jaxbImpl = { module = "org.glassfish.jaxb:jaxb-runtime", version = "4.0.6" }
76
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" }
+jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "4.0.6" }
78
moshi = { module = "com.squareup.moshi:moshi", version = "1.15.2" }
79
simpleXml = { module = "org.simpleframework:simple-xml", version = "2.7.1" }
80
wireRuntime = { module = "com.squareup.wire:wire-runtime", version = "5.4.0" }
0 commit comments