Skip to content

Commit a7bd6e9

Browse files
Gradle: Bump com.redis.om:redis-om-spring from 0.9.7 to 1.0.0
Bumps [com.redis.om:redis-om-spring](https://github.com/redis/redis-om-spring) from 0.9.7 to 1.0.0. - [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.0) --- updated-dependencies: - dependency-name: com.redis.om:redis-om-spring dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77096b4 commit a7bd6e9

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
@@ -58,7 +58,7 @@ version = scmVersion.version
5858
// Dependencies version
5959
val kotlinJvmTarget = 21
6060
val cosmotechApiCommonVersion = "2.1.1-SNAPSHOT"
61-
val redisOmSpringVersion = "0.9.7"
61+
val redisOmSpringVersion = "1.0.0"
6262
val kotlinCoroutinesVersion = "1.10.2"
6363
val oktaSpringBootVersion = "3.0.7"
6464
val springDocVersion = "2.8.8"
@@ -124,7 +124,7 @@ allprojects {
124124
sourceCompatibility = JavaVersion.VERSION_21
125125
toolchain { languageVersion.set(JavaLanguageVersion.of(kotlinJvmTarget)) }
126126
}
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") } } }
128128

129129
repositories {
130130
maven {

0 commit comments

Comments
 (0)