From 01d6951ffabce98a0cf36f17506c75e41966b29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 04:59:48 +0000 Subject: [PATCH] Bump com.sun.xml.bind:jaxb-impl from 3.0.2 to 4.0.3 Bumps com.sun.xml.bind:jaxb-impl from 3.0.2 to 4.0.3. --- 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 3cfc809..34e8d56 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.3' compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"