From 2eed30f7aaf21b6ec792f9a4513334f42b282050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 19:14: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 ea7a0e9..afb84cf 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { compileOnly 'org.codehaus.groovy:groovy-all:3.0.13' implementation("javax.xml.bind:jaxb-api:2.3.1") - implementation('org.glassfish.jaxb:jaxb-runtime:2.3.7') + implementation('org.glassfish.jaxb:jaxb-runtime:4.0.1') implementation('com.sun.xml.bind:jaxb-core:4.0.1') testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'