Skip to content

Commit

Permalink
update grails-core to 6.2.2-SNAPSHOT (#379)
Browse files Browse the repository at this point in the history
* update grails-core 6.2.2-SNAPSHOT
  • Loading branch information
jamesfredley authored Oct 4, 2024
1 parent 4134add commit 9c9c3c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ micronautDocsVersion=2.0.0
micronautVersion=3.10.4
rockerVersion=1.4.0
groovyVersion=3.0.22
grailsVersion=6.2.1
grailsVersion=6.2.2-SNAPSHOT
spockVersion=2.0-groovy-3.0
title=Grails Application Forge
projectDesc=Generates Grails applications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GrailsGradlePluginSpec extends BeanContextSpec implements CommandOutputFix

then:
gradleProps.contains("grailsGradlePluginVersion=6.2.1")
gradleProps.contains("grailsVersion=6.2.1")
gradleProps.contains("grailsVersion=6.2.2-SNAPSHOT")
}

void "test dependencies are present for buildSrc"() {
Expand Down

0 comments on commit 9c9c3c7

Please sign in to comment.