Skip to content

Commit f181397

Browse files
authored
Merge pull request #10829 from erichelgeson/3.2.x
Update Tomcat to 8.5.23
2 parents 6b9c9ce + 58f7b42 commit f181397

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ ext {
5555
concurrentlinkedhashmapVersion = "1.4.2"
5656
cglibVersion = "2.2.2"
5757
objenesisVersion = "1.4"
58-
tomcatVersion = "8.5.2"
58+
tomcatVersion = "8.5.23"
59+
tomcatLog4jVersion = "8.5.2"
5960
servletApiVersion = "3.0.1"
6061

6162
isJava8Compatible = org.gradle.api.JavaVersion.current().isJava8Compatible()

grails-plugin-datasource/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
}
1111

1212
compile "org.apache.tomcat:tomcat-jdbc:$tomcatVersion"
13-
runtime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:$tomcatVersion"
13+
runtime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:$tomcatLog4jVersion"
1414

1515
compile project(":grails-core")
1616
}

0 commit comments

Comments
 (0)