From c78bc927f0650e06c9c3f394d9e30f81be962e86 Mon Sep 17 00:00:00 2001 From: Vicente Soriano Date: Tue, 13 Aug 2024 18:01:29 +0200 Subject: [PATCH] fix: README file pointing to wrong version of JDK for building the project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db42230d..b1beec00 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ see the examples in the [RetryTemplate](#using-retrytemplate) section. ## Building -Spring Retry requires Java 1.7 and Maven 3.0.5 (or greater). +Spring Retry requires Java 17 and Maven 3.0.5 (or greater). To build, run the following Maven command: ```