Skip to content

Commit dcdf8c5

Browse files
committed
deps: Upgraded to redis cache 0.4.0
1 parent 903d363 commit dcdf8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation 'org.springframework.boot:spring-boot-starter-web'
2020
implementation 'org.springframework.boot:spring-boot-starter-actuator'
2121
implementation 'io.micrometer:micrometer-registry-prometheus'
22-
implementation 'com.redis:redis-cache-spring:0.3.2'
22+
implementation 'com.redis:redis-cache-spring:0.4.0'
2323
implementation 'uk.co.conoregan:themoviedbapi:2.3.1'
2424
developmentOnly 'org.springframework.boot:spring-boot-devtools'
2525
}

0 commit comments

Comments
 (0)