From 561d1a1d3079d24706fd6d9a67959e035306adf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 18:15:23 +0000 Subject: [PATCH] Update dependency com.sun.xml.bind:jaxb-impl to v4 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6cc887c05f..47ef44535c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -56,7 +56,7 @@ jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", vers jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" } jaxbImpl = { module = "org.glassfish.jaxb:jaxb-runtime", version = "4.0.3" } jaxb3Api = { module = "jakarta.xml.bind:jakarta.xml.bind-api", version = "3.0.1" } -jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "3.0.2" } +jaxb3Impl = { module = "com.sun.xml.bind:jaxb-impl", version = "4.0.3" } moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" } protobuf = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" } protoc = { module = "com.google.protobuf:protoc", version.ref = "protobuf" }