diff --git a/build.gradle b/build.gradle index 54c9e7c..ffcb152 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { 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 'io.lettuce:lettuce-core:6.5.1.RELEASE' + implementation 'io.lettuce:lettuce-core:7.0.0.RELEASE' // implementation 'io.springfox:springfox-swagger2:3.0.0' // implementation 'io.springfox:springfox-swagger-ui:3.0.0' testImplementation 'org.springframework.boot:spring-boot-starter-test'