From 4e60d7b053ae5820b1f5af2d1acafc96cc756a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 04:30:39 +0000 Subject: [PATCH] Bump jakarta.xml.bind:jakarta.xml.bind-api from 3.0.1 to 4.0.2 Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) from 3.0.1 to 4.0.2. - [Release notes](https://github.com/jakartaee/jaxb-api/releases) - [Commits](https://github.com/jakartaee/jaxb-api/compare/3.0.1...4.0.2) --- updated-dependencies: - dependency-name: jakarta.xml.bind:jakarta.xml.bind-api 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 a9dfee4..fedd70d 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ private String getIdeaMainVersion() { dependencies { compile files("src/main/resources") - compile 'jakarta.xml.bind:jakarta.xml.bind-api:3.0.1' + compile 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2' compile 'com.sun.xml.bind:jaxb-impl:3.0.2' compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"