From 9c79441db43a0eff8d47b891ac482432a08da838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:45:56 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-impl from 3.0.2 to 4.0.4 Bumps com.sun.xml.bind:jaxb-impl from 3.0.2 to 4.0.4. --- updated-dependencies: - dependency-name: com.sun.xml.bind:jaxb-impl dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6fa7f2b..159f92b 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,7 @@ private String getIdeaMainVersion() { dependencies { compile files("src/main/resources") compile 'jakarta.xml.bind:jakarta.xml.bind-api:3.0.1' - compile 'com.sun.xml.bind:jaxb-impl:3.0.2' + compile 'com.sun.xml.bind:jaxb-impl:4.0.4' compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"