Dependency, used in the article: https://redis.io/docs/stack/get-started/tutorials/stack-spring/#adding-redis-om-spring ``` <dependency> <groupId>com.redis.om</groupId> <artifactId>redis-om-spring</artifactId> <version>0.3.0-SNAPSHOT</version> </dependency> ``` Is outdated and results in the error: `java.lang.IllegalArgumentException: No attribute named messageListenerContainerRef found` Changing the dependency version to the latest `<version>0.6.1</version>` allows for a successful run.