From 3f3de2c832565e51b8f2afdce5040773995bb585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 02:45:37 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5b4aede..674fdf3 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.20.0' // XML - implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.4' + implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.5' // Test testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'