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