From 65173b35214fd13d233591097af191465fa84097 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:18:06 +0000 Subject: [PATCH] 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 6692d1d..72da668 100644 --- a/build.gradle +++ b/build.gradle @@ -110,6 +110,6 @@ subprojects { integrationTestCompile group: 'io.rest-assured', name: 'rest-assured-common', version: '3.0.1' integrationTestCompile group: 'junit', name: 'junit', version: '4.11' - integrationTestRuntime group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.2' + integrationTestRuntime group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.9' } }