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 @@ -65,7 +65,7 @@ val kotlinJvmTarget = 21
65
65
val cosmotechApiCommonVersion = " 2.1.0-SNAPSHOT"
66
66
val jedisVersion = " 4.4.6"
67
67
val springOauthVersion = " 6.4.2"
68
- val redisOmSpringVersion = " 0.9.7 "
68
+ val redisOmSpringVersion = " 0.9.11 "
69
69
val kotlinCoroutinesVersion = " 1.10.2"
70
70
val oktaSpringBootVersion = " 3.0.7"
71
71
val springDocVersion = " 2.8.6"
@@ -139,7 +139,7 @@ allprojects {
139
139
sourceCompatibility = JavaVersion .VERSION_21
140
140
toolchain { languageVersion.set(JavaLanguageVersion .of(kotlinJvmTarget)) }
141
141
}
142
- configurations { all { resolutionStrategy { force(" com.redis.om:redis-om-spring:0.9.10 " ) } } }
142
+ configurations { all { resolutionStrategy { force(" com.redis.om:redis-om-spring:0.9.11 " ) } } }
143
143
144
144
repositories {
145
145
maven {
You can’t perform that action at this time.
0 commit comments