From 24d1c56e1134adde829070e2715378080ce559bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:56:32 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-validation Bumps [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-validation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- whiskers-cloudnative/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whiskers-cloudnative/build.gradle.kts b/whiskers-cloudnative/build.gradle.kts index c536943a..76a7befa 100644 --- a/whiskers-cloudnative/build.gradle.kts +++ b/whiskers-cloudnative/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor") implementation("jakarta.validation:jakarta.validation-api:3.0.2") implementation("io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE") - implementation("org.springframework.boot:spring-boot-starter-validation:3.1.4") + implementation("org.springframework.boot:spring-boot-starter-validation:3.1.5") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("io.projectreactor:reactor-test") testImplementation("org.testcontainers:junit-jupiter")