From 37282d126aef28b7536289d89a594fba4dcffc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:24:06 +0000 Subject: [PATCH] Bump org.glassfish.jaxb:jaxb-runtime from 4.0.3 to 4.0.5 Bumps org.glassfish.jaxb:jaxb-runtime from 4.0.3 to 4.0.5. --- 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..8b30204 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.5' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2' implementation group: 'com.github.bibsysdev', name: 'core', version: '1.36.7'