diff --git a/build.gradle b/build.gradle index e035b3f..01a1b47 100644 --- a/build.gradle +++ b/build.gradle @@ -23,8 +23,8 @@ dependencies { compile "org.jgrapht:jgrapht-core:0.9.1" compile "com.beust:jcommander:1.35" - compile "ru.bozaro.gitlfs:gitlfs-pointer:0.3.0" - compile "ru.bozaro.gitlfs:gitlfs-client:0.3.0" + compile "ru.bozaro.gitlfs:gitlfs-pointer:0.4.0" + compile "ru.bozaro.gitlfs:gitlfs-client:0.4.0" testCompile "org.testng:testng:6.8.8" }