diff --git a/docs/stack/get-started/tutorials/stack-spring.md b/docs/stack/get-started/tutorials/stack-spring.md index 46a2e687..1ae9b81b 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 >}}