diff --git a/core/build.gradle b/core/build.gradle index 293efd2c..6de6f508 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -13,7 +13,7 @@ dependencies { testCompile 'com.github.fakemongo:fongo:2.1.1' testRuntime "com.h2database:h2:1.4.192" testRuntime "org.apache.tomcat:tomcat-jdbc:8.5.0" - testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.0" + testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2" testRuntime "org.slf4j:slf4j-api:$slf4jVersion" }