File tree 2 files changed +4
-4
lines changed
grails-resources/src/grails/grails-app/conf
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ task pluginsFromRepo {
102
102
ext. plugins = [
103
103
cache : " 1.1.1" ,
104
104
' database-migration' : " 1.3.8" ,
105
- hibernate : " 3.6.10.3 " ,
105
+ hibernate : " 3.6.10.4 " ,
106
106
jquery : " 1.10.2" ,
107
107
resources : " 1.2.1" ,
108
108
scaffolding : " 2.0.1" ,
109
- tomcat : " 7.0.42 " ,
109
+ tomcat : " 7.0.47 " ,
110
110
webxml : " 1.4.1"
111
111
]
112
112
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ grails.project.dependency.resolution = {
53
53
54
54
plugins {
55
55
// plugins for the build system only
56
- build " :tomcat:7.0.42 "
56
+ build " :tomcat:7.0.47 "
57
57
58
58
// plugins for the compile step
59
59
compile " :scaffolding:2.0.1"
60
60
compile ' :cache:1.1.1'
61
61
62
62
// plugins needed at runtime but not for compilation
63
- runtime " :hibernate:3.6.10.3 " // or ":hibernate4:4.1.11.2 "
63
+ runtime " :hibernate:3.6.10.4 " // or ":hibernate4:4.1.11.4 "
64
64
runtime " :database-migration:1.3.8"
65
65
runtime " :jquery:1.10.2"
66
66
runtime " :resources:1.2.1"
You can’t perform that action at this time.
0 commit comments