diff --git a/build.gradle b/build.gradle index b776df2..7d5c9d5 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { // Check-against libraries testCompile 'org.json:json:20190722' - testCompile 'com.typesafe:config:1.4.0' + testCompile 'com.typesafe:config:1.4.1' testRuntime 'org.apache.logging.log4j:log4j-api:2.17.0' testRuntime 'org.apache.logging.log4j:log4j-core:2.17.0' testRuntime 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0'