Skip to content

Commit 5620509

Browse files
committed
update datastore version to 2.0.1 and Hibernate plugin versions
1 parent f72ba34 commit 5620509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ext {
2828
commonsCollectionsVersion = "3.2.1"
2929
commonsIOVersion = "2.1"
3030
commonsLangVersion = "2.6"
31-
datastoreVersion = "2.0.0.RELEASE"
31+
datastoreVersion = "2.0.1.RELEASE"
3232
gantVersion = "1.9.6"
3333
gdocEngineVersion = "1.0.1"
3434
groovyVersion = "2.1.6"

grails-resources/src/grails/grails-app/conf/BuildConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ grails.project.dependency.resolution = {
6060
compile ':cache:1.1.1'
6161

6262
// plugins needed at runtime but not for compilation
63-
runtime ":hibernate:3.6.10" // or ":hibernate4:4.1.11"
63+
runtime ":hibernate:3.6.10.1" // or ":hibernate4:4.1.11.1"
6464
runtime ":database-migration:1.3.5"
6565
runtime ":jquery:1.10.2"
6666
runtime ":resources:1.2"

0 commit comments

Comments
 (0)