Skip to content

Commit fcad212

Browse files
committed
Support create-app for Spring Boot 3.5.0
Closes gh-1046
1 parent 73398f2 commit fcad212

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
@@ -98,7 +98,7 @@ class CreateAppCommand extends ArgumentCompletingCommand implements ProfileRepos
9898
public static final String PACKAGE_NAME_FLAG = 'package-name'
9999

100100
public static final String[] SUPPORT_GRACE_VERSIONS = ['2023', '2022', '6', '5', '4', '3']
101-
public static final String[] SUPPORT_SPRING_BOOT_VERSIONS = ['3.3', '3.4']
101+
public static final String[] SUPPORT_SPRING_BOOT_VERSIONS = ['3.3', '3.4', '3.5']
102102

103103
public static final String UNZIP_PROFILE_TEMP_DIR = 'grails-profile-'
104104
public static final String UNZIP_TEMPLATE_TEMP_DIR = 'grails-template-'

0 commit comments

Comments
 (0)