From eb48502e9341162d7ffa174fe449a0194a3fd4de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:33:53 +0000 Subject: [PATCH] fix(deps): update dependency com.sun.xml.bind:jaxb-core to v4.0.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c764ab1..f05653b 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.8") - implementation("com.sun.xml.bind:jaxb-core:4.0.3") + implementation("com.sun.xml.bind:jaxb-core:4.0.4") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")