Skip to content

Commit 9cf5c52

Browse files
committed
use hibernate 3.6.10.18
1 parent ee5c761 commit 9cf5c52

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
@@ -121,7 +121,7 @@ task pluginsFromRepo {
121121
ext.plugins = [
122122
cache: "1.1.7",
123123
'database-migration': "1.4.0",
124-
hibernate: "3.6.10.16",
124+
hibernate: "3.6.10.18",
125125
jquery: "1.11.1",
126126
resources: "1.2.13",
127127
scaffolding: "2.0.3",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ grails.project.dependency.resolution = {
6262
compile ':cache:1.1.7'
6363

6464
// plugins needed at runtime but not for compilation
65-
runtime ":hibernate:3.6.10.16" // or ":hibernate4:4.3.5.4"
65+
runtime ":hibernate:3.6.10.18" // or ":hibernate4:4.3.6.1"
6666
runtime ":database-migration:1.4.0"
6767
runtime ":jquery:1.11.1"
6868
runtime ":resources:1.2.13"

0 commit comments

Comments
 (0)