From 55fec2bac2a566d667c6bbba6f9d3b801640cba8 Mon Sep 17 00:00:00 2001 From: DaShaun <826271+dashaun@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:25:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee9bee1..8fc0d44 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This repo is used to generate: Create a Spring Boot project: ```bash -curl https://start.spring.io/starter.tgz -d dependencies=web,actuator,native -d javaVersion=21 -d bootVersion=3.1.4 -d type=maven-project | tar -xzf - +curl https://start.spring.io/starter.tgz -d dependencies=web,actuator,native -d javaVersion=21 -d bootVersion=3.2.4 -d type=maven-project | tar -xzf - ``` In the pom.xml replace this: