Skip to content

Commit 3d96827

Browse files
committed
Fix failing tests
1 parent 1095ef7 commit 3d96827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grails-web-boot/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ dependencies {
33

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

6-
testRuntime "org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion"
7-
testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-juli:$tomcatVersion"
6+
testRuntime "org.apache.tomcat.embed:tomcat-embed-core:8.0.33"
7+
testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.33"
88
testRuntime project(":grails-plugin-i18n")
99
testRuntime project(":grails-plugin-url-mappings")
1010
}

0 commit comments

Comments
 (0)