File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
grails-resources/src/grails/grails-app/conf Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments