This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies {
12
12
testCompile " org.spockframework:spock-core:$spockVersion "
13
13
14
14
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 "
16
16
testRuntime " com.h2database:h2:1.3.173"
17
17
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
35
35
runtime " com.h2database:h2:1.4.192"
36
36
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 "
38
38
runtime " org.slf4j:slf4j-api:$slf4jVersion "
39
39
40
40
testCompile " org.spockframework:spock-core:$spockVersion "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
compile project(" :grails-datastore-gorm-hibernate5" )
7
7
runtime " com.h2database:h2:1.4.192"
8
8
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 "
10
10
runtime " org.slf4j:slf4j-api:$slf4jVersion "
11
11
compile " org.grails:grails-core:$grailsVersion "
12
12
testCompile " org.spockframework:spock-core:$spockVersion "
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
testCompile " org.grails:grails-gorm-testing-support:$testingSupportVersion "
45
45
testRuntime " com.h2database:h2:1.4.192"
46
46
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 "
48
48
testRuntime " org.springframework:spring-aop:$springVersion "
49
49
testRuntime " org.springframework:spring-expression:$springVersion "
50
50
}
You can’t perform that action at this time.
0 commit comments