From 2adc206c2ca59749b19cbab780135adef8aa5331 Mon Sep 17 00:00:00 2001 From: Anton Umnikov Date: Wed, 2 Nov 2022 10:51:05 -0400 Subject: [PATCH] Update redis-om-spring version to latest Fixes issue reported in https://github.com/redis-stack/redis-stack-docs/issues/101 --- docs/stack/get-started/tutorials/stack-spring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stack/get-started/tutorials/stack-spring.md b/docs/stack/get-started/tutorials/stack-spring.md index 07285b4d..7cf0281d 100644 --- a/docs/stack/get-started/tutorials/stack-spring.md +++ b/docs/stack/get-started/tutorials/stack-spring.md @@ -51,13 +51,13 @@ Open the Maven `pom.xml` and between the `` and `` sections {{< / highlight >}} -And then in the `` section add version `0.3.0` of Redis OM Spring: +And then in the `` section add version `0.6.1` of Redis OM Spring: {{< highlight xml >}} com.redis.om redis-om-spring - 0.3.0-SNAPSHOT + 0.6.1 {{< / highlight >}}