From 3205baf7e8c54cbbaf8c6b78fb198542c8c67cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:47:48 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ef4836f..a50399d 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ configurations { dependencies { jaxb "org.glassfish.jaxb:jaxb-xjc:4.0.3" - jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.3" + jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.4" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core implementation 'org.apache.logging.log4j:log4j-core:2.21.0' @@ -31,7 +31,7 @@ dependencies { // JAXB API only implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0' // JAXB RI, Jakarta XML Binding - implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.3' + implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.4' // JUnit Jupiter using Gradle's native JUnit Platform testImplementation platform('org.junit:junit-bom:5.10.0')