Skip to content

Commit

Permalink
dependency updates for Grails 7.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Dec 23, 2024
1 parent e77a89f commit d1d0b73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion buildSrc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
groovyVersion=4.0.24

# This references grails-core/grails-docs
grailsDocsVersion=7.0.0-SNAPSHOT
grailsDocsVersion=7.0.0-M1
10 changes: 4 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ grails.version=7.0.0-SNAPSHOT

githubSlug=grails/grails-doc
githubBranch=7.0.x
springBootVersion=3.4.0
springVersion=6.2.0
springBootVersion=3.4.1
springVersion=6.2.1
gradleVersion=8.11.1
gormVersion=9.0.0-SNAPSHOT
gormVersion=9.0.0-M2
groovyVersion=4.0.24
gspVersion=7.0.0-SNAPSHOT

grailsGdocVersion=1.0.1
gspVersion=7.0.0-M1

org.gradle.caching=true
org.gradle.daemon=true
Expand Down
8 changes: 4 additions & 4 deletions src/en/guide/introduction/whatsNew/dependencyUpgrades.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Grails {version} ships with the following dependency upgrades:

* Groovy 4.0.24
* GORM 9.0.0-M1
* Spring Framework 6.2.0
* Spring Boot 3.4.0
* GORM 9.0.0-M2
* Spring Framework 6.2.1
* Spring Boot 3.4.1
* Gradle 8.11.1
* Spock 2.3-groovy-4.0
* Grails Testing Support 4.0.0-M1
* Grails Testing Support 4.0.0-M2

0 comments on commit d1d0b73

Please sign in to comment.