From 8fa6f615a15fc18dbfbc33dd87081abd1838084a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:56:19 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-data-redis Bumps [org.springframework.boot:spring-boot-starter-data-redis](https://github.com/spring-projects/spring-boot) from 3.2.3 to 3.5.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.5.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-data-redis dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 54c9e7c..b583a4b 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.postgresql:postgresql:42.7.4' - implementation 'org.springframework.boot:spring-boot-starter-data-redis:3.2.3' + implementation 'org.springframework.boot:spring-boot-starter-data-redis:3.5.5' implementation 'io.lettuce:lettuce-core:6.5.1.RELEASE' // implementation 'io.springfox:springfox-swagger2:3.0.0' // implementation 'io.springfox:springfox-swagger-ui:3.0.0'