File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' org.springframework.boot' version ' 3.3.5 '
3+ id ' org.springframework.boot' version ' 3.4.4 '
44 id ' io.spring.dependency-management' version ' 1.1.6'
55}
66
77group = ' com.redis'
8- version = ' 0.0.1-SNAPSHOT'
8+ version = ' 0.1.0'
9+
10+ ext[' lettuce.version' ] = ' 6.5.5.RELEASE'
911
1012repositories {
1113 mavenCentral()
@@ -17,7 +19,7 @@ dependencies {
1719 implementation ' org.springframework.boot:spring-boot-starter-web'
1820 implementation ' org.springframework.boot:spring-boot-starter-actuator'
1921 implementation ' io.micrometer:micrometer-registry-prometheus'
20- implementation ' com.redis:redis-cache-spring:0.2.0 '
21- implementation ' uk.co.conoregan:themoviedbapi:2.2.0 '
22+ implementation ' com.redis:redis-cache-spring:0.3.2 '
23+ implementation ' uk.co.conoregan:themoviedbapi:2.3.1 '
2224 developmentOnly ' org.springframework.boot:spring-boot-devtools'
2325}
You can’t perform that action at this time.
0 commit comments