Skip to content

Commit 35a2b94

Browse files
Gradle: Bump com.redis.om:redis-om-spring from 0.9.7 to 1.0.4
Bumps [com.redis.om:redis-om-spring](https://github.com/redis/redis-om-spring) from 0.9.7 to 1.0.4. - [Release notes](https://github.com/redis/redis-om-spring/releases) - [Changelog](https://github.com/redis/redis-om-spring/blob/main/docs/release_process.md) - [Commits](redis/redis-om-spring@v0.9.7...v1.0.4) --- updated-dependencies: - dependency-name: com.redis.om:redis-om-spring dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79a3772 commit 35a2b94

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
@@ -59,7 +59,7 @@ version = scmVersion.version
5959
// Dependencies version
6060
val kotlinJvmTarget = 21
6161
val cosmotechApiCommonVersion = "2.1.1-SNAPSHOT"
62-
val redisOmSpringVersion = "0.9.7"
62+
val redisOmSpringVersion = "1.0.4"
6363
val kotlinCoroutinesVersion = "1.10.2"
6464
val oktaSpringBootVersion = "3.0.7"
6565
val springDocVersion = "2.8.8"
@@ -125,7 +125,7 @@ allprojects {
125125
sourceCompatibility = JavaVersion.VERSION_21
126126
toolchain { languageVersion.set(JavaLanguageVersion.of(kotlinJvmTarget)) }
127127
}
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") } } }
129129

130130
repositories {
131131
maven {

0 commit comments

Comments
 (0)