File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
grails-resources/src/grails/grails-app/conf Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ task pluginsFromRepo {
102102 ext. plugins = [
103103 hibernate : grailsVersion,
104104 tomcat : grailsVersion,
105- resources : " 1.2" ,
105+ resources : " 1.2.6 " ,
106106 webxml : " 1.4.1" ,
107107 jquery : " 1.8.3" ,
108- ' database-migration' : " 1.3.2 " ,
109- cache : " 1.0 .1"
108+ ' database-migration' : " 1.3.8 " ,
109+ cache : " 1.1 .1"
110110 ]
111111
112112 ext. dir = file(" $buildDir /pluginsFromRepo" )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ grails.project.dependency.resolution = {
4747 plugins {
4848 runtime " :hibernate:$grailsVersion "
4949 runtime " :jquery:1.8.3"
50- runtime " :resources:1.2"
50+ runtime " :resources:1.2.6 "
5151
5252 // Uncomment these (or add new ones) to enable additional resources capabilities
5353 // runtime ":zipped-resources:1.0"
@@ -56,8 +56,8 @@ grails.project.dependency.resolution = {
5656
5757 build " :tomcat:$grailsVersion "
5858
59- runtime " :database-migration:1.3.2 "
59+ runtime " :database-migration:1.3.8 "
6060
61- compile ' :cache:1.0 .1'
61+ compile ' :cache:1.1 .1'
6262 }
6363}
You can’t perform that action at this time.
0 commit comments