From c9269f2682005303a257965b9050b658afa9c0e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 09:46:26 +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 7fd8a71eca..3781b319cf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,7 @@ jacksonDataformatCbor = { module = "com.fasterxml.jackson.dataformat:jackson-dat jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" } jaxbImpl = { module = "org.glassfish.jaxb:jaxb-runtime", version = "4.0.7" } 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.9" } moshi = { module = "com.squareup.moshi:moshi", version = "1.15.2" } simpleXml = { module = "org.simpleframework:simple-xml", version = "2.7.1" } wireRuntime = { module = "com.squareup.wire:wire-runtime", version = "5.5.1" }