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 @@ -58,7 +58,7 @@ version = scmVersion.version
58
58
// Dependencies version
59
59
val kotlinJvmTarget = 21
60
60
val cosmotechApiCommonVersion = " 2.1.1-SNAPSHOT"
61
- val redisOmSpringVersion = " 0.9.7 "
61
+ val redisOmSpringVersion = " 1.0.0 "
62
62
val kotlinCoroutinesVersion = " 1.10.2"
63
63
val oktaSpringBootVersion = " 3.0.7"
64
64
val springDocVersion = " 2.8.8"
@@ -124,7 +124,7 @@ allprojects {
124
124
sourceCompatibility = JavaVersion .VERSION_21
125
125
toolchain { languageVersion.set(JavaLanguageVersion .of(kotlinJvmTarget)) }
126
126
}
127
- configurations { all { resolutionStrategy { force(" com.redis.om:redis-om-spring:0.9.10 " ) } } }
127
+ configurations { all { resolutionStrategy { force(" com.redis.om:redis-om-spring:1.0.0 " ) } } }
128
128
129
129
repositories {
130
130
maven {
You can’t perform that action at this time.
0 commit comments