File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ version = scmVersion.version
59
59
// Dependencies version
60
60
val kotlinJvmTarget = 21
61
61
val cosmotechApiCommonVersion = " 2.1.0-beta3"
62
- val redisOmSpringVersion = " 0.9.7 "
62
+ val redisOmSpringVersion = " 1.0.4 "
63
63
val kotlinCoroutinesVersion = " 1.10.2"
64
64
val oktaSpringBootVersion = " 3.0.7"
65
65
val springDocVersion = " 2.8.8"
@@ -125,7 +125,7 @@ allprojects {
125
125
sourceCompatibility = JavaVersion .VERSION_21
126
126
toolchain { languageVersion.set(JavaLanguageVersion .of(kotlinJvmTarget)) }
127
127
}
128
- configurations { all { resolutionStrategy { force(" com.redis.om:redis-om-spring:0.9.10 " ) } } }
128
+ configurations { all { resolutionStrategy { force(" com.redis.om:redis-om-spring:1.0.4 " ) } } }
129
129
130
130
repositories {
131
131
maven {
You can’t perform that action at this time.
0 commit comments