From f269f798cad63e8a891e0c653ef13eb5f2943a24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:30:59 +0000 Subject: [PATCH] fix(deps): update dependency com.sun.xml.bind:jaxb-core to v4.0.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc5bbb7..8119d8a 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation("javax.xml.bind:jaxb-api:2.3.1") implementation("org.glassfish.jaxb:jaxb-runtime:2.3.9") - implementation("com.sun.xml.bind:jaxb-core:4.0.4") + implementation("com.sun.xml.bind:jaxb-core:4.0.5") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")