From 664f7a797017cf1141f4f0596bc90bc23e0703cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 16:53:35 +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 3597bdc..950117e 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.6') + 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'