File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
grails-resources/src/grails/grails-app/conf Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -119,13 +119,13 @@ task sourcesJars(type: Sync) {
119119
120120task pluginsFromRepo {
121121 ext. plugins = [
122- cache : " 1.1.2 " ,
122+ cache : " 1.1.7 " ,
123123 ' database-migration' : " 1.4.0" ,
124- hibernate : " 3.6.10.15 " ,
124+ hibernate : " 3.6.10.16 " ,
125125 jquery : " 1.11.1" ,
126- resources : " 1.2.7 " ,
126+ resources : " 1.2.8 " ,
127127 scaffolding : " 2.0.3" ,
128- tomcat : " 7.0.53 " ,
128+ tomcat : " 7.0.54 " ,
129129 webxml : " 1.4.1"
130130 ]
131131
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ grails.project.dependency.resolution = {
6565 runtime " :hibernate:3.6.10.16" // or ":hibernate4:4.3.5.4"
6666 runtime " :database-migration:1.4.0"
6767 runtime " :jquery:1.11.1"
68- runtime " :resources:1.2.7 "
68+ runtime " :resources:1.2.8 "
6969 // Uncomment these (or add new ones) to enable additional resources capabilities
7070 // runtime ":zipped-resources:1.0.1"
7171 // runtime ":cached-resources:1.1"
You can’t perform that action at this time.
0 commit comments