From 8e5cafe200c03003fcbf9eeae629bf878501bea9 Mon Sep 17 00:00:00 2001 From: Vicente Soriano Date: Tue, 13 Aug 2024 18:06:10 +0200 Subject: [PATCH] GH-460: Fix required Java version in README Fixes: #460 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db42230..b1beec0 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: ```