From c927d9a25fd35b40a29441c641664aa65312ba2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:42:49 +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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8baf7ca..e4c8ce5 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.1") 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")