From 234ff2f4878aa4071d9aaabe2057b08a08bc53a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:07:29 +0000 Subject: [PATCH] Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5 Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/jakartaee/jaxb-api/releases) - [Commits](https://github.com/jakartaee/jaxb-api/compare/4.0.4...4.0.5) --- updated-dependencies: - dependency-name: jakarta.xml.bind:jakarta.xml.bind-api dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f76e310..bd497c4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { testImplementation(libs.opentest4j) implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.21.0") - implementation("jakarta.xml.bind:jakarta.xml.bind-api:4.0.4") + implementation("jakarta.xml.bind:jakarta.xml.bind-api:4.0.5") implementation("org.jdesktop.swingx:jxmapviewer2:1.3.1") implementation("org.json:json:20251224")