From 4ae01b24307eafa4844288946ffe1fc6149581f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 15:45:42 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fd54b301a..499c3e16e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ val springBootVersion = "3.5.8" val springSecurityJwtVersion = "1.1.1.RELEASE" val springOauthAutoConfigureVersion = "2.6.8" val kotlinJvmTarget = 21 -val redisOmSpringVersion = "1.1.1" +val redisOmSpringVersion = "2.0.0" val kotlinCoroutinesVersion = "1.10.2" val springDocVersion = "2.8.14" val swaggerParserVersion = "2.1.36"