Skip to content

Commit 98c1640

Browse files
use :hibernate:3.6.10.15
1 parent b3a8e1e commit 98c1640

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
@@ -100,7 +100,7 @@ task pluginsFromRepo {
100100
ext.plugins = [
101101
cache: "1.1.2",
102102
'database-migration': "1.4.0",
103-
hibernate: "3.6.10.14",
103+
hibernate: "3.6.10.15",
104104
jquery: "1.11.1",
105105
resources: "1.2.7",
106106
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
@@ -61,7 +61,7 @@ grails.project.dependency.resolution = {
6161
compile ':cache:1.1.2'
6262

6363
// plugins needed at runtime but not for compilation
64-
runtime ":hibernate:3.6.10.14" // or ":hibernate4:4.3.5.2"
64+
runtime ":hibernate:3.6.10.15" // or ":hibernate4:4.3.5.2"
6565
runtime ":database-migration:1.4.0"
6666
runtime ":jquery:1.11.1"
6767
runtime ":resources:1.2.7"

0 commit comments

Comments
 (0)