Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9430bd7

Browse files
authored
Merge pull request #246 from grails/bumpTomcat
Bump Tomcat from 8.5.0 to 9.0.36
2 parents 6f216f0 + 9c1902e commit 9430bd7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ h2Version=1.4.200
88
hibernate5Version=5.4.10.Final
99
hibernateValidatorVersion=6.0.18.Final
1010
pluginGrailsVersion=4.1.0.BUILD-SNAPSHOT
11-
tomcatVersion=8.5.0
11+
tomcatVersion=9.0.36
12+
tomcatLog4jVersion=8.5.0
1213
snakeyamlVersion=1.23
1314
jaxbVersion=2.3.1
1415
javaParserCoreVersion=3.15.14

grails-datastore-gorm-hibernate5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151

5252
testImplementation "org.apache.tomcat:tomcat-jdbc:$tomcatVersion"
5353
testRuntimeOnly "org.springframework:spring-aop:$springVersion"
54-
testRuntimeOnly "org.apache.tomcat.embed:tomcat-embed-logging-log4j:$tomcatVersion"
54+
testRuntimeOnly "org.apache.tomcat.embed:tomcat-embed-logging-log4j:$tomcatLog4jVersion"
5555

5656
testRuntimeOnly "org.slf4j:slf4j-simple:$slf4jVersion"
5757
testRuntimeOnly "org.slf4j:jcl-over-slf4j:$slf4jVersion"

0 commit comments

Comments
 (0)