From a8fe8a71334cf3b115b825ea1c7fe4c5d14cd0bc Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Thu, 12 Nov 2020 16:00:54 -0800 Subject: [PATCH] Bump JGit from 5.8.0 to 5.9.0 to fix #726. --- CHANGES.md | 2 ++ gradle.properties | 2 +- plugin-gradle/CHANGES.md | 2 ++ plugin-maven/CHANGES.md | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 03ffd5895f..c92bf5f0af 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,8 @@ This document is intended for Spotless developers. We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`). ## [Unreleased] +### Fixed +* Bump JGit from `5.8.0` to `5.9.0` to improve performance ([#726](https://github.com/diffplug/spotless/issues/726)) ## [2.10.0] - 2020-11-02 ### Added diff --git a/gradle.properties b/gradle.properties index 9770f4eeb6..02affafc96 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ VER_SLF4J=[1.6,2.0[ # Used in multiple places VER_DURIAN=1.2.0 -VER_JGIT=5.8.0.202006091008-r +VER_JGIT=5.9.0.202009080501-r VER_JUNIT=4.13 VER_ASSERTJ=3.15.0 VER_MOCKITO=3.3.3 diff --git a/plugin-gradle/CHANGES.md b/plugin-gradle/CHANGES.md index 8e6e1da89c..8bfdd0a373 100644 --- a/plugin-gradle/CHANGES.md +++ b/plugin-gradle/CHANGES.md @@ -3,6 +3,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`). ## [Unreleased] +### Fixed +* Bump JGit from `5.8.0` to `5.9.0` to improve performance ([#726](https://github.com/diffplug/spotless/issues/726)) ## [5.8.0] - 2020-11-12 ### Added diff --git a/plugin-maven/CHANGES.md b/plugin-maven/CHANGES.md index 7e60592887..997da0baaa 100644 --- a/plugin-maven/CHANGES.md +++ b/plugin-maven/CHANGES.md @@ -8,6 +8,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ### Fixed * Fixed bug in import order which woudld cause trailing empty strings to get dropped ([731](https://github.com/diffplug/spotless/issues/731)) * e.g. `java,javafx,com.mycompany,` +* Bump JGit from `5.8.0` to `5.9.0` to improve performance ([#726](https://github.com/diffplug/spotless/issues/726)) ## [2.5.0] - 2020-10-20 ### Added