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 cf8adb3 commit 58f7b42Copy full SHA for 58f7b42
build.gradle
@@ -56,6 +56,7 @@ ext {
56
cglibVersion = "2.2.2"
57
objenesisVersion = "1.4"
58
tomcatVersion = "8.5.23"
59
+ tomcatLog4jVersion = "8.5.2"
60
servletApiVersion = "3.0.1"
61
62
isJava8Compatible = org.gradle.api.JavaVersion.current().isJava8Compatible()
grails-plugin-datasource/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
}
11
12
compile "org.apache.tomcat:tomcat-jdbc:$tomcatVersion"
13
- runtime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:$tomcatVersion"
+ runtime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:$tomcatLog4jVersion"
14
15
compile project(":grails-core")
16
0 commit comments