diff --git a/build.gradle b/build.gradle index 6eb8888..0917583 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { compile 'args4j:args4j:2.0.16' compile 'net.java.dev.jna:jna:3.3.0' compile 'commons-io:commons-io:2.4' - compile 'org.slf4j:slf4j-api:1.7.14' + compile 'org.slf4j:slf4j-api:2.0.7' compile 'org.slf4j:slf4j-log4j12:1.7.14' compile 'com.googlecode.java-diff-utils:diffutils:1.3.0' compile 'org.apache.commons:commons-lang3:3.4'