From 692fc5ed516f1ea9d42feb15c78d5512cd3d96e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:35:26 +0000 Subject: [PATCH] fix(deps): update dependency org.glassfish.jaxb:jaxb-runtime to v4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d3328d9..c26e030 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.9") + implementation("org.glassfish.jaxb:jaxb-runtime:4.0.4") implementation("com.sun.xml.bind:jaxb-core:4.0.4") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")