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

Commit 79fe65d

Browse files
authored
Merge pull request #187 from grails/dependabot/gradle/7.0.x/org.apache.tomcat.embed-tomcat-embed-logging-log4j-8.5.2
Bump tomcat-embed-logging-log4j from 8.5.0 to 8.5.2
2 parents 751fa26 + 57a52fd commit 79fe65d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

boot-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ dependencies {
1212
testCompile "org.spockframework:spock-core:$spockVersion"
1313

1414
testRuntime "org.apache.tomcat:tomcat-jdbc:$tomcatVersion"
15-
testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.0"
15+
testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2"
1616
testRuntime "com.h2database:h2:1.3.173"
1717
}

examples/spring-boot-hibernate5/build.gradle

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

3535
runtime "com.h2database:h2:1.4.192"
3636
runtime "org.apache.tomcat:tomcat-jdbc:$tomcatVersion"
37-
runtime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.0"
37+
runtime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2"
3838
runtime "org.slf4j:slf4j-api:$slf4jVersion"
3939

4040
testCompile "org.spockframework:spock-core:$spockVersion"

examples/standalone-hibernate5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
compile project(":grails-datastore-gorm-hibernate5")
77
runtime "com.h2database:h2:1.4.192"
88
runtime "org.apache.tomcat:tomcat-jdbc:$tomcatVersion"
9-
runtime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.0"
9+
runtime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2"
1010
runtime "org.slf4j:slf4j-api:$slf4jVersion"
1111
compile "org.grails:grails-core:$grailsVersion"
1212
testCompile "org.spockframework:spock-core:$spockVersion"

grails-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
testCompile "org.grails:grails-gorm-testing-support:$testingSupportVersion"
4545
testRuntime "com.h2database:h2:1.4.192"
4646
testRuntime "org.apache.tomcat:tomcat-jdbc:$tomcatVersion"
47-
testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.0"
47+
testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2"
4848
testRuntime "org.springframework:spring-aop:$springVersion"
4949
testRuntime "org.springframework:spring-expression:$springVersion"
5050
}

0 commit comments

Comments
 (0)