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 {
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}
Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments