We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903d363 commit dcdf8c5Copy full SHA for dcdf8c5
build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
implementation 'org.springframework.boot:spring-boot-starter-web'
20
implementation 'org.springframework.boot:spring-boot-starter-actuator'
21
implementation 'io.micrometer:micrometer-registry-prometheus'
22
- implementation 'com.redis:redis-cache-spring:0.3.2'
+ implementation 'com.redis:redis-cache-spring:0.4.0'
23
implementation 'uk.co.conoregan:themoviedbapi:2.3.1'
24
developmentOnly 'org.springframework.boot:spring-boot-devtools'
25
}
0 commit comments