diff --git a/build.gradle b/build.gradle index 54c9e7c..7b7b669 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.7' 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'