From c5f04702c6997e5a3888111fcc5eb070f383bdc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:43:58 +0000 Subject: [PATCH] [JN-1457]: 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.4.0 to 3.4.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.2) --- 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] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 05fd75ebd..01914a94c 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.34.0' implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.1' implementation 'org.springframework.boot:spring-boot-starter-webflux:3.3.2' - implementation 'org.springframework.boot:spring-boot-starter-validation:3.4.0' + implementation 'org.springframework.boot:spring-boot-starter-validation:3.4.2' implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.1' implementation 'org.springframework.retry:spring-retry:2.0.11' implementation 'org.apache.commons:commons-text:1.12.0'