From 4d59b27408daf372d88fed4d0d86d4fe14245c1a Mon Sep 17 00:00:00 2001 From: wreulicke Date: Thu, 13 Jun 2019 09:59:29 +0900 Subject: [PATCH] Update jgit --- CHANGES.md | 2 ++ lib-extra/build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5bc0e27c8d..008464e57c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,8 @@ You might be looking for: ### Version 1.24.0-SNAPSHOT - TBD (javadoc [lib](https://diffplug.github.io/spotless/javadoc/spotless-lib/snapshot/) [lib-extra](https://diffplug.github.io/spotless/javadoc/spotless-lib-extra/snapshot/), [snapshot repo](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/spotless/)) +* Update jgit from `4.9.0.201710071750-r` to `5.3.2.201906051522-r` ([#407](https://github.com/diffplug/spotless/pull/407)) + ### Version 1.23.0 - April 24th 2018 (javadoc [lib](https://diffplug.github.io/spotless/javadoc/spotless-lib/1.23.0/) [lib-extra](https://diffplug.github.io/spotless/javadoc/spotless-lib-extra/1.23.0/), artifact [lib]([jcenter](https://bintray.com/diffplug/opensource/spotless-lib), [lib-extra]([jcenter](https://bintray.com/diffplug/opensource/spotless-lib-extra))) * Updated default ktlint from 0.21.0 to 0.32.0, and Maven coords to com.pinterest ([#394](https://github.com/diffplug/spotless/pull/394)) diff --git a/lib-extra/build.gradle b/lib-extra/build.gradle index 45a754cded..83833c6e1a 100644 --- a/lib-extra/build.gradle +++ b/lib-extra/build.gradle @@ -9,7 +9,7 @@ dependencies { compile "com.diffplug.durian:durian-core:${VER_DURIAN}" compile "com.diffplug.durian:durian-collect:${VER_DURIAN}" // needed by GitAttributesLineEndings - compile "org.eclipse.jgit:org.eclipse.jgit:4.9.0.201710071750-r" + compile "org.eclipse.jgit:org.eclipse.jgit:5.3.2.201906051522-r" compile "com.googlecode.concurrent-trees:concurrent-trees:2.6.1" // used for xml parsing in EclipseFormatter compile "org.codehaus.groovy:groovy-xml:2.4.7"