From 05cde4f476a3ca349b6df6d810f07cc18907c5b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 07:46:22 +0000 Subject: [PATCH] Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.0 to 4.0.2 Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/jakartaee/jaxb-api/releases) - [Commits](https://github.com/jakartaee/jaxb-api/compare/4.0.0...4.0.2) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 587db90..454d138 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { developmentOnly("org.springframework.boot:spring-boot-devtools") // -- Others - implementation("jakarta.xml.bind:jakarta.xml.bind-api:4.0.0") + implementation("jakarta.xml.bind:jakarta.xml.bind-api:4.0.2") implementation("org.springdoc:springdoc-openapi-ui:1.7.0") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("javax.validation:validation-api:2.0.1.Final")