From 4261817778201a891c4595595e4a2a4161e93b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 08:44:22 +0000 Subject: [PATCH] Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.0 to 4.0.1 Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/eclipse-ee4j/jaxb-api/releases) - [Commits](https://github.com/eclipse-ee4j/jaxb-api/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: jakarta.xml.bind:jakarta.xml.bind-api 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 7ea429619..c29e9de43 100644 --- a/build.gradle +++ b/build.gradle @@ -225,7 +225,7 @@ allprojects { jaxb 'jakarta.activation:jakarta.activation-api:2.1.2' jaxb 'org.eclipse.angus:angus-activation:2.0.1' - jaxb 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0' + jaxb 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1' jaxb 'org.glassfish.jaxb:jaxb-runtime:4.0.3' testFramework 'org.assertj:assertj-core:3.24.2'