We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f19c0 commit 59678b4Copy full SHA for 59678b4
grails-plugin-datasource/build.gradle
@@ -1,4 +1,4 @@
1
-def tomcatVersion = '7.0.69'
+def tomcatVersion = '7.0.70'
2
dependencies {
3
compile("org.springframework:spring-jdbc:${springVersion}") {
4
exclude group: 'commons-logging', module:'commons-logging'
grails-resources/src/grails/grails-app/conf/BuildConfig.groovy
@@ -55,7 +55,7 @@ grails.project.dependency.resolution = {
55
56
plugins {
57
// plugins for the build system only
58
- build ":tomcat:7.0.69-SNAPSHOT" // or ":tomcat:8.0.22"
+ build ":tomcat:7.0.70" // or ":tomcat:8.0.22"
59
60
// plugins for the compile step
61
compile ":scaffolding:2.1.2"
0 commit comments