From 1f54d3b33cab594e4b71f132588bd3661987ced5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hamada?= Date: Thu, 4 Jul 2024 09:41:48 +0200 Subject: [PATCH] docs: fix version requiring spring-milestones in Maven snippets in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d793b86..4913825a 100644 --- a/README.md +++ b/README.md @@ -409,7 +409,7 @@ Iterable allMatches = repository.findAll(example); ``` -> ⚠️ Redis OM Spring versions greater than `v0.9.2` require the addition +> ⚠️ Redis OM Spring versions greater than `v0.9.1` require the addition of the [**Spring Milestone Repository**](https://repo.spring.io/milestone) to account for the recent integration with the [**Spring AI**](https://docs.spring.io/spring-ai/reference/) project. When Spring AI `v1.0.0` is released we will drop this requirement.