Skip to content

Commit f994592

Browse files
committed
Update redis-om-spring to version 0.9.11
- Updated `redisOmSpringVersion` to `0.9.11` in `build.gradle.kts`. - Adjusted forced dependency version for `redis-om-spring` to align with the update.
1 parent 7a36ee9 commit f994592

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ version = scmVersion.version
5959
// Dependencies version
6060
val kotlinJvmTarget = 21
6161
val cosmotechApiCommonVersion = "2.0.4"
62-
val redisOmSpringVersion = "0.9.10"
62+
val redisOmSpringVersion = "0.9.11"
6363
val kotlinCoroutinesVersion = "1.10.2"
6464
val oktaSpringBootVersion = "3.0.7"
6565
val springDocVersion = "2.8.12"
@@ -125,7 +125,7 @@ allprojects {
125125
configurations {
126126
all {
127127
resolutionStrategy {
128-
force("com.redis.om:redis-om-spring:0.9.10")
128+
force("com.redis.om:redis-om-spring:0.9.11")
129129
force("redis.clients:jedis:5.2.0")
130130
force("com.redis:lettucemod:4.3.0")
131131
}

0 commit comments

Comments
 (0)