From b6e0761fba9e1fcc3ce763dec4d8c60aea6f458a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:59:20 +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 f0db6e02c9..8fe6fa086a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -63,7 +63,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.4" } 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.4" } moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" } simpleXml = { module = "org.simpleframework:simple-xml", version = "2.7.1" } wireRuntime = { module = "com.squareup.wire:wire-runtime", version = "2.2.0" }