From 3a5f6a64f8f80c026a3394be338f364ddcbf014d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 10:21:39 +0000 Subject: [PATCH] Bump org.glassfish.jaxb:jaxb-runtime from 4.0.3 to 4.0.4 Bumps org.glassfish.jaxb:jaxb-runtime from 4.0.3 to 4.0.4. --- updated-dependencies: - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2d32bfc..52cad35 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation group: 'javax.ws.rs', name: 'javax.ws.rs-api', version: '2.1.1' implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' - implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.3' + implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.4' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2' implementation group: 'com.github.bibsysdev', name: 'core', version: '1.36.7'