Skip to content

Commit 2903d84

Browse files
committed
use hibernate4 plugin 4.3.6.1
1 parent bd8ffbc commit 2903d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/assemble.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ task pluginsFromRepo {
124124
ext.plugins = [
125125
cache: "1.1.8",
126126
'database-migration': "1.4.0",
127-
hibernate4: "4.3.5.5",
127+
hibernate4: "4.3.6.1",
128128
jquery: "1.11.1",
129129
'asset-pipeline': "1.9.9",
130130
scaffolding: "2.1.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ grails.project.dependency.resolution = {
6363
compile ":asset-pipeline:1.9.9"
6464

6565
// plugins needed at runtime but not for compilation
66-
runtime ":hibernate4:4.3.5.5" // or ":hibernate:3.6.10.17"
66+
runtime ":hibernate4:4.3.6.1" // or ":hibernate:3.6.10.18"
6767
runtime ":database-migration:1.4.0"
6868
runtime ":jquery:1.11.1"
6969

0 commit comments

Comments
 (0)