From 55ef2df143e25223c7ab52b04de4b3ed4bf0119e Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Mon, 23 Feb 2026 10:44:00 +0700 Subject: [PATCH] Update JDK requirement for CLI See gh-49290 Signed-off-by: Tran Ngoc Nhan --- .../spring-boot-cli/src/main/content/INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-cli/src/main/content/INSTALL.txt b/spring-boot-project/spring-boot-tools/spring-boot-cli/src/main/content/INSTALL.txt index c914bcd4ff8..39f2ab1d284 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-cli/src/main/content/INSTALL.txt +++ b/spring-boot-project/spring-boot-tools/spring-boot-cli/src/main/content/INSTALL.txt @@ -7,7 +7,7 @@ in order to complete your installation. Prerequisites ------------- -Spring Boot CLI requires Java JDK v1.8 or above in order to run. Groovy v${groovy.version} +Spring Boot CLI requires Java JDK 17 or above in order to run. Groovy v${groovy.version} is packaged as part of this distribution, and therefore does not need to be installed (any existing Groovy installation is ignored).