From ea957d9d5b8ce0fbc9fa8ac93a208d6936069d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 07:59:03 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b957ad9d..4cb2bbc5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ val kafkaEmbeddedVersion = "3.2.5" val ktorVersion = "2.3.11" val kluentVersion = "1.73" val jaxbApiVersion = "2.3.1" -val jaxbRuntimeVersion = "2.3.6" +val jaxbRuntimeVersion = "4.0.5" val jaxsWsApiVersion = "2.3.1" val jaxwsToolsVersion = "2.3.5" val logbackVersion = "1.4.14"