Skip to content

Commit 0176443

Browse files
Use :tomcat:7.0.53
1 parent 98c1640 commit 0176443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/assemble.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ task pluginsFromRepo {
104104
jquery: "1.11.1",
105105
resources: "1.2.7",
106106
scaffolding: "2.0.3",
107-
tomcat: "7.0.52.1",
107+
tomcat: "7.0.53",
108108
webxml: "1.4.1"
109109
]
110110

grails-resources/src/grails/grails-app/conf/BuildConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ grails.project.dependency.resolution = {
5454

5555
plugins {
5656
// plugins for the build system only
57-
build ":tomcat:7.0.52.1"
57+
build ":tomcat:7.0.53"
5858

5959
// plugins for the compile step
6060
compile ":scaffolding:2.0.3"

0 commit comments

Comments
 (0)