diff --git a/compliance/build.gradle b/compliance/build.gradle index 8501792214..99fd65a07f 100644 --- a/compliance/build.gradle +++ b/compliance/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation "com.google.cloud:spring-cloud-gcp-starter-storage" implementation "com.google.cloud:spring-cloud-gcp-starter-secretmanager" implementation "org.springframework.cloud:spring-cloud-function-adapter-gcp" - implementation 'org.springframework.boot:spring-boot-starter-webflux:3.3.2' + implementation 'org.springframework.boot:spring-boot-starter-webflux:3.4.4' implementation 'com.slack.api:slack-api-client:1.45.3' implementation 'com.google.code.gson:gson:2.12.1' } diff --git a/core/build.gradle b/core/build.gradle index 41267b532e..937c65b917 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.34.0' implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.34.0' implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.4' - implementation 'org.springframework.boot:spring-boot-starter-webflux:3.4.3' + implementation 'org.springframework.boot:spring-boot-starter-webflux:3.4.4' implementation 'org.springframework.boot:spring-boot-starter-validation:3.4.2' implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.3' implementation 'org.springframework.retry:spring-retry:2.0.11'