Skip to content

Commit c241ce1

Browse files
committed
update tomcat plugin to 7.0.50
1 parent d9503f8 commit c241ce1

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.10.2.2",
105105
resources: "1.2.1",
106106
scaffolding: "2.0.1",
107-
tomcat: "7.0.47",
107+
tomcat: "7.0.50",
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.47"
57+
build ":tomcat:7.0.50"
5858

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

0 commit comments

Comments
 (0)