Skip to content

Commit ea810b0

Browse files
committed
build: Fixed dependencies
1 parent 57c6f25 commit ea810b0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
plugins {
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

77
group = 'com.redis'
8-
version = '0.0.1-SNAPSHOT'
8+
version = '0.1.0'
9+
10+
ext['lettuce.version'] = '6.5.5.RELEASE'
911

1012
repositories {
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
}

0 commit comments

Comments
 (0)