We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cf131 commit aaa8a55Copy full SHA for aaa8a55
build.gradle
@@ -17,7 +17,7 @@ dependencies {
17
implementation 'org.springframework.boot:spring-boot-starter-web'
18
implementation 'org.springframework.boot:spring-boot-starter-actuator'
19
implementation 'io.micrometer:micrometer-registry-prometheus'
20
- implementation 'com.redis:redis-cache-spring:0.1.2'
+ implementation 'com.redis:redis-cache-spring:0.2.0'
21
implementation 'uk.co.conoregan:themoviedbapi:2.2.0'
22
developmentOnly 'org.springframework.boot:spring-boot-devtools'
23
}
0 commit comments