From dd143e6dfcc5b2b7b92abe7ebc08cb710f6a5bc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:45:25 +0000 Subject: [PATCH] Update dependency org.glassfish.jaxb:jaxb-runtime to v4.0.4 (#3986) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 f3a86e9f8e..1e4e48ed5f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -54,7 +54,7 @@ scalaLibrary = { module = "org.scala-lang:scala-library", version = "2.13.12" } gson = { module = "com.google.code.gson:gson", version = "2.10.1" } jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.15.3" } jaxbApi = { module = "javax.xml.bind:jaxb-api", version = "2.3.1" } -jaxbImpl = { module = "org.glassfish.jaxb:jaxb-runtime", version = "4.0.3" } +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" } moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" }