From 35a2b948875d8f68795cbbcd1c2bd6411205c342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:12:17 +0000 Subject: [PATCH] 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](https://github.com/redis/redis-om-spring/compare/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] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 83aa9ea01..8631bb815 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ version = scmVersion.version // Dependencies version val kotlinJvmTarget = 21 val cosmotechApiCommonVersion = "2.1.1-SNAPSHOT" -val redisOmSpringVersion = "0.9.7" +val redisOmSpringVersion = "1.0.4" val kotlinCoroutinesVersion = "1.10.2" val oktaSpringBootVersion = "3.0.7" val springDocVersion = "2.8.8" @@ -125,7 +125,7 @@ allprojects { sourceCompatibility = JavaVersion.VERSION_21 toolchain { languageVersion.set(JavaLanguageVersion.of(kotlinJvmTarget)) } } - configurations { all { resolutionStrategy { force("com.redis.om:redis-om-spring:0.9.10") } } } + configurations { all { resolutionStrategy { force("com.redis.om:redis-om-spring:1.0.4") } } } repositories { maven {