From 31bb15cb9fd3f6d128d1017785a16934d4d52d2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 13:41:50 +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 c5c05d3..4da3b03 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { compileOnly("org.codehaus.groovy:groovy-all:3.0.22") 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.5") implementation("com.sun.xml.bind:jaxb-core:4.0.5") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")