From 4abc506d7f1350f31ba9673ae96f1ace078b592b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:01:47 +0000 Subject: [PATCH] Gradle: Bump com.redis.om:redis-om-spring from 1.1.1 to 2.0.1 Bumps [com.redis.om:redis-om-spring](https://github.com/redis/redis-om-spring) from 1.1.1 to 2.0.1. - [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.1) --- updated-dependencies: - dependency-name: com.redis.om:redis-om-spring dependency-version: 2.0.1 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 41d9d6843..7740718ef 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.1" val kotlinCoroutinesVersion = "1.10.2" val springDocVersion = "2.8.14" val swaggerParserVersion = "2.1.36"