From d930ef54440a89c4adc29ad91b2e4bbe46e0d847 Mon Sep 17 00:00:00 2001 From: "Artem V. Navrotskiy" Date: Fri, 16 Dec 2016 22:46:08 +0300 Subject: [PATCH] JFrog Artifactory git-lfs compatibility (see #23) --- CHANGELOG.md | 1 + build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b09481..a30d198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Dramatically reduce memory usage (#26, thanks to @mmv, @wesyq). * Replace `-crlf` by `-text` .gitattributes (#25, thanks to @leth). + * JFrog Artifactory git-lfs compatibility (#23, thanks to @dbiner, @SeaOfCowards). ## 0.2.4 diff --git a/build.gradle b/build.gradle index 373dac7..c228840 100644 --- a/build.gradle +++ b/build.gradle @@ -28,8 +28,8 @@ dependencies { compile "org.slf4j:slf4j-simple:1.7.21" compile "com.beust:jcommander:1.58" - compile "ru.bozaro.gitlfs:gitlfs-pointer:0.10.0" - compile "ru.bozaro.gitlfs:gitlfs-client:0.10.0" + compile "ru.bozaro.gitlfs:gitlfs-pointer:0.11.0" + compile "ru.bozaro.gitlfs:gitlfs-client:0.11.0" testCompile "com.google.jimfs:jimfs:1.1" testCompile "org.testng:testng:6.9.13.6"