From 1d90975baad2bbf3c63aa820b95c5b1fe83dae75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:33:57 +0000 Subject: [PATCH] fix(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v2.3.9 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c764ab1..6e05703 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { compileOnly("org.codehaus.groovy:groovy-all:3.0.19") implementation("javax.xml.bind:jaxb-api:2.3.1") - implementation("org.glassfish.jaxb:jaxb-runtime:2.3.8") + implementation("org.glassfish.jaxb:jaxb-runtime:2.3.9") implementation("com.sun.xml.bind:jaxb-core:4.0.3") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")