Skip to content

Commit fd97bc6

Browse files
committed
Spring Boot 3.2 is no longer supported
Closes gh-894
1 parent 123dc50 commit fd97bc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grace-shell/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class CreateAppCommand extends ArgumentCompletingCommand implements ProfileRepos
9494
public static final String BOOT_VERSION_FLAG = 'boot-version'
9595

9696
public static final String[] SUPPORT_GRACE_VERSIONS = ['2023', '2022', '6', '5', '4', '3']
97-
public static final String[] SUPPORT_SPRING_BOOT_VERSIONS = ['3.2', '3.3', '3.4']
97+
public static final String[] SUPPORT_SPRING_BOOT_VERSIONS = ['3.3', '3.4']
9898

9999
public static final String UNZIP_PROFILE_TEMP_DIR = 'grails-profile-'
100100
public static final String UNZIP_TEMPLATE_TEMP_DIR = 'grails-template-'

0 commit comments

Comments
 (0)