diff options
author | Luca Milanesio <luca.milanesio@gmail.com> | 2015-06-12 17:59:37 +0100 |
---|---|---|
committer | Luca Milanesio <luca.milanesio@gmail.com> | 2015-06-12 17:59:47 +0100 |
commit | a1cee65c7242f69f7e35978d98cea391095d7225 (patch) | |
tree | fdb672d7e77c09c1299003c0543a84ce63f610d1 /build.moxie | |
parent | f3b7e29b210bba61c64ba9aee07cf2eef20ea5f4 (diff) | |
download | gitblit-a1cee65c7242f69f7e35978d98cea391095d7225.tar.gz gitblit-a1cee65c7242f69f7e35978d98cea391095d7225.zip |
Bump to JGit 4.0.0
JGit 4.0.0 fixes a memory leak but introduces a non-compatible change
for closing the RevWalk: before it was release() but now is close()
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.moxie b/build.moxie index 6863968c..19730c57 100644 --- a/build.moxie +++ b/build.moxie @@ -106,7 +106,7 @@ properties: { slf4j.version : 1.7.10 wicket.version : 1.4.21 lucene.version : 4.10.0 - jgit.version : 3.7.0.201502260915-r + jgit.version : 4.0.0.201506090130-r groovy.version : 2.4.1 bouncycastle.version : 1.51 selenium.version : 2.28.0 |