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 @@ -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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments