Skip to content

Commit aaa8a55

Browse files
committed
deps(demo): Updated redis-cache dependency
1 parent 53cf131 commit aaa8a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation 'org.springframework.boot:spring-boot-starter-web'
1818
implementation 'org.springframework.boot:spring-boot-starter-actuator'
1919
implementation 'io.micrometer:micrometer-registry-prometheus'
20-
implementation 'com.redis:redis-cache-spring:0.1.2'
20+
implementation 'com.redis:redis-cache-spring:0.2.0'
2121
implementation 'uk.co.conoregan:themoviedbapi:2.2.0'
2222
developmentOnly 'org.springframework.boot:spring-boot-devtools'
2323
}

0 commit comments

Comments
 (0)