Skip to content

Commit 59678b4

Browse files
Upgrade to Tomcat 7.0.70
Related to #9891
1 parent a2f19c0 commit 59678b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grails-plugin-datasource/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def tomcatVersion = '7.0.69'
1+
def tomcatVersion = '7.0.70'
22
dependencies {
33
compile("org.springframework:spring-jdbc:${springVersion}") {
44
exclude group: 'commons-logging', module:'commons-logging'

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

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

5656
plugins {
5757
// plugins for the build system only
58-
build ":tomcat:7.0.69-SNAPSHOT" // or ":tomcat:8.0.22"
58+
build ":tomcat:7.0.70" // or ":tomcat:8.0.22"
5959

6060
// plugins for the compile step
6161
compile ":scaffolding:2.1.2"

0 commit comments

Comments
 (0)