Grails 2.3.10
Release Information
Update Notes
Recommended plugin versions
If you are upgrading from previous versions of Grails 2.3.x and you use the Hibernate plugin, you will need to update the version in BuildConfig:
runtime ':hibernate:3.6.10.16' // ':hibernate4:4.3.5.4' for Hibernate 4
Recommended tomcat, resources, scaffolding and database-migration plugin versions for Grails 2.3.x :
build ':tomcat:7.0.54'
runtime ':resources:1.2.8'
compile ':scaffolding:2.0.3'
runtime ':database-migration:1.4.0'
Note: database-migration 1.4.0 has support for hibernate4 plugin.