From a8c4a2ba2e68790ffaa88eef80162ffba191028e Mon Sep 17 00:00:00 2001 From: Scott Murphy Heiberg Date: Sun, 22 Sep 2024 22:29:58 -0400 Subject: [PATCH] update micronaut version --- .../org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy b/src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy index 7f1b5ce6..1d706362 100644 --- a/src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy +++ b/src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy @@ -203,7 +203,7 @@ class GrailsGradlePlugin extends GroovyPlugin { } protected String getDefaultMicronautVersion() { - '3.10.4' + '4.6.5' } void addDefaultProfile(Project project, Configuration profileConfig) {