From 46e1756220c6e8b61dff1b79f3ac7e823309107c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:33:23 +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.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.5.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-data-redis dependency-version: 3.5.4 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..01cc91f 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.4' 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'