Skip to content

Commit 131db93

Browse files
committed
update hibernate plugin version to 3.6.10.6
1 parent 83b0c7e commit 131db93

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
@@ -102,7 +102,7 @@ task pluginsFromRepo {
102102
ext.plugins = [
103103
cache: "1.1.1",
104104
'database-migration': "1.3.8",
105-
hibernate: "3.6.10.5",
105+
hibernate: "3.6.10.6",
106106
jquery: "1.10.2.2",
107107
resources: "1.2.1",
108108
scaffolding: "2.0.1",

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.5" // or ":hibernate4:4.1.11.5"
63+
runtime ":hibernate:3.6.10.6" // or ":hibernate4:4.1.11.6"
6464
runtime ":database-migration:1.3.8"
6565
runtime ":jquery:1.10.2.2"
6666
runtime ":resources:1.2.1"

0 commit comments

Comments
 (0)