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 1095ef7 commit 3d96827Copy full SHA for 3d96827
grails-web-boot/build.gradle
@@ -3,8 +3,8 @@ dependencies {
3
4
testCompile project(":grails-plugin-controllers")
5
6
- testRuntime "org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion"
7
- testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-juli:$tomcatVersion"
+ testRuntime "org.apache.tomcat.embed:tomcat-embed-core:8.0.33"
+ testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.33"
8
testRuntime project(":grails-plugin-i18n")
9
testRuntime project(":grails-plugin-url-mappings")
10
}
0 commit comments