From ff870ada39224233cd1a2e9baf9e0180dfbcb03d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 20:32:11 +0000 Subject: [PATCH] [JN-1457]: Bump org.springframework.boot:spring-boot-starter-webflux Bumps [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) from 3.3.2 to 3.4.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.4.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- compliance/build.gradle | 2 +- core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'