From eaf94162dd42c54cbe9d2fb2ea0e50b28ce25233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:04:36 +0000 Subject: [PATCH] Gradle: Bump com.redis.om:redis-om-spring from 1.1.1 to 2.0.0 Bumps [com.redis.om:redis-om-spring](https://github.com/redis/redis-om-spring) from 1.1.1 to 2.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](https://github.com/redis/redis-om-spring/compare/v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: com.redis.om:redis-om-spring dependency-version: 2.0.0 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 bc28e34f0..ef000858f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -58,7 +58,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"