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 @@ -100,7 +100,7 @@ task pluginsFromRepo {
100100 ext. plugins = [
101101 cache : " 1.1.1" ,
102102 ' database-migration' : " 1.3.8" ,
103- hibernate : " 3.6.10.6 " ,
103+ hibernate : " 3.6.10.7 " ,
104104 jquery : " 1.10.2.2" ,
105105 resources : " 1.2.1" ,
106106 scaffolding : " 2.0.1" ,
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ grails.project.dependency.resolution = {
6161 compile ' :cache:1.1.1'
6262
6363 // plugins needed at runtime but not for compilation
64- runtime " :hibernate:3.6.10.6 " // or ":hibernate4:4.1.11.6"
64+ runtime " :hibernate:3.6.10.7 " // or ":hibernate4:4.1.11.6"
6565 runtime " :database-migration:1.3.8"
6666 runtime " :jquery:1.10.2.2"
6767 runtime " :resources:1.2.1"
You can’t perform that action at this time.
0 commit comments