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 1
1
plugins {
2
2
id ' java'
3
- id ' org.springframework.boot' version ' 3.3.5 '
3
+ id ' org.springframework.boot' version ' 3.4.4 '
4
4
id ' io.spring.dependency-management' version ' 1.1.6'
5
5
}
6
6
7
7
group = ' com.redis'
8
- version = ' 0.0.1-SNAPSHOT'
8
+ version = ' 0.1.0'
9
+
10
+ ext[' lettuce.version' ] = ' 6.5.5.RELEASE'
9
11
10
12
repositories {
11
13
mavenCentral()
@@ -17,7 +19,7 @@ dependencies {
17
19
implementation ' org.springframework.boot:spring-boot-starter-web'
18
20
implementation ' org.springframework.boot:spring-boot-starter-actuator'
19
21
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 '
22
24
developmentOnly ' org.springframework.boot:spring-boot-devtools'
23
25
}
You can’t perform that action at this time.
0 commit comments