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'