Skip to content

Commit b9bc041

Browse files
authored
Update default Micronaut version to 3.8.8 (#261)
1 parent 8ca4829 commit b9bc041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class GrailsGradlePlugin extends GroovyPlugin {
195195
}
196196

197197
protected String getDefaultMicronautVersion() {
198-
'3.5.7'
198+
'3.8.8'
199199
}
200200

201201
void addDefaultProfile(Project project, Configuration profileConfig) {

0 commit comments

Comments
 (0)