diff --git a/CHANGES.md b/CHANGES.md index e5f9d7d020..6e8688375f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] +### Changed +* Bump jgit version ([#992](https://github.com/diffplug/spotless/pull/992)). + * jgit `5.10.0.202012080955-r` -> `5.13.0.202109080827-r` + ## [2.20.0] - 2021-11-09 ### Added * `DiffMessageFormatter` can now generate messages based on a folder of cleaned files, as an alternative to a `Formatter` ([#982](https://github.com/diffplug/spotless/pull/982)). diff --git a/gradle.properties b/gradle.properties index 9d34eaeee5..376d0df42f 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.10.0.202012080955-r +VER_JGIT=5.13.0.202109080827-r VER_JUNIT=5.8.0 VER_ASSERTJ=3.15.0 VER_MOCKITO=3.3.3 diff --git a/plugin-gradle/CHANGES.md b/plugin-gradle/CHANGES.md index 26f61c864b..1bd4f13881 100644 --- a/plugin-gradle/CHANGES.md +++ b/plugin-gradle/CHANGES.md @@ -4,6 +4,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] +### Changed +* Bump jgit version ([#992](https://github.com/diffplug/spotless/pull/992)). + * jgit `5.10.0.202012080955-r` -> `5.13.0.202109080827-r` + ## [6.0.0] - 2021-11-09 ### Added * Support for Gradle Configuration Cache* ([#982](https://github.com/diffplug/spotless/pull/982), [#986](https://github.com/diffplug/spotless/pull/986)) diff --git a/plugin-maven/CHANGES.md b/plugin-maven/CHANGES.md index 9ce10d4099..76bd57c795 100644 --- a/plugin-maven/CHANGES.md +++ b/plugin-maven/CHANGES.md @@ -4,6 +4,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] +### Changed +* Bump jgit version ([#992](https://github.com/diffplug/spotless/pull/992)). + * jgit `5.10.0.202012080955-r` -> `5.13.0.202109080827-r` + ## [2.17.4] - 2021-11-09 ### Changed * Bump default formatter versions ([#989](https://github.com/diffplug/spotless/pull/989))