diff --git a/api-admin/build.gradle b/api-admin/build.gradle index cdb2ca6ae..437ced3e4 100644 --- a/api-admin/build.gradle +++ b/api-admin/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter:3.3.2' implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.1' implementation 'org.springframework.boot:spring-boot-starter-web:3.4.1' - implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.1' + implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.3' implementation 'org.yaml:snakeyaml:2.4' implementation 'org.springframework.retry:spring-retry' implementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0' diff --git a/api-participant/build.gradle b/api-participant/build.gradle index 798b7c619..fcc3a5d01 100644 --- a/api-participant/build.gradle +++ b/api-participant/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter:3.3.2' implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.1' implementation 'org.springframework.boot:spring-boot-starter-web:3.4.1' - implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.1' + implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.3' implementation 'org.yaml:snakeyaml:2.4' implementation 'org.springframework.retry:spring-retry' implementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0' diff --git a/core/build.gradle b/core/build.gradle index 1bbbdfc8e..0566ca2dd 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -30,7 +30,7 @@ dependencies { 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.2' - implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.1' + implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.3' implementation 'org.springframework.retry:spring-retry:2.0.11' implementation 'org.apache.commons:commons-text:1.13.0' implementation 'org.apache.commons:commons-csv:1.13.0'