GH-460: Fix required Java version in README

Fixes: #460
This commit is contained in:
Vicente Soriano
2024-08-13 18:06:10 +02:00
committed by GitHub
parent 9df8d6cc90
commit 8e5cafe200

View File

@@ -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:
```