Skip to content

Commit

Permalink
use Tomcat 7.0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Sep 30, 2014
1 parent ef7abae commit 6f5e7d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -49,6 +49,7 @@ ext {
concurrentlinkedhashmapVersion = "1.4"
cglibVersion = "2.2.2"
objenesisVersion = "1.4"
tomcatVersion = "7.0.55"
}

version = grailsVersion
Expand Down
1 change: 0 additions & 1 deletion grails-plugin-datasource/build.gradle
@@ -1,4 +1,3 @@
def tomcatVersion = '7.0.53'
dependencies {
compile("org.springframework:spring-jdbc:${springVersion}") {
exclude group: 'commons-logging', module:'commons-logging'
Expand Down
4 changes: 2 additions & 2 deletions grails-web-boot/build.gradle
Expand Up @@ -3,8 +3,8 @@ dependencies {

testCompile project(":grails-plugin-controllers")

testRuntime "org.apache.tomcat.embed:tomcat-embed-core:7.0.53"
testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-juli:7.0.53"
testRuntime "org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion"
testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-juli:$tomcatVersion"
testRuntime project(":grails-plugin-i18n")
testRuntime project(":grails-plugin-url-mappings")
}

0 comments on commit 6f5e7d7

Please sign in to comment.