Skip to content

Commit 158724b

Browse files
Gradle: Bump com.redis.om:redis-om-spring from 0.9.7 to 0.9.11
Bumps [com.redis.om:redis-om-spring](https://github.com/redis/redis-om-spring) from 0.9.7 to 0.9.11. - [Release notes](https://github.com/redis/redis-om-spring/releases) - [Commits](redis/redis-om-spring@v0.9.7...v0.9.11) --- updated-dependencies: - dependency-name: com.redis.om:redis-om-spring dependency-version: 0.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c7af158 commit 158724b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ val kotlinJvmTarget = 21
6565
val cosmotechApiCommonVersion = "2.1.0-SNAPSHOT"
6666
val jedisVersion = "4.4.6"
6767
val springOauthVersion = "6.4.2"
68-
val redisOmSpringVersion = "0.9.7"
68+
val redisOmSpringVersion = "0.9.11"
6969
val kotlinCoroutinesVersion = "1.10.2"
7070
val oktaSpringBootVersion = "3.0.7"
7171
val springDocVersion = "2.8.6"
@@ -139,7 +139,7 @@ allprojects {
139139
sourceCompatibility = JavaVersion.VERSION_21
140140
toolchain { languageVersion.set(JavaLanguageVersion.of(kotlinJvmTarget)) }
141141
}
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") } } }
143143

144144
repositories {
145145
maven {

0 commit comments

Comments
 (0)