From e7f20412164f41f75484416fc3d52c5012625ae5 Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Tue, 9 Nov 2021 15:25:53 -0500 Subject: [PATCH] Update changelogs --- CHANGES.md | 4 ++++ plugin-gradle/CHANGES.md | 4 ++++ plugin-maven/CHANGES.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e5f9d7d020..c7a5f8a4e5 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. + * 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/plugin-gradle/CHANGES.md b/plugin-gradle/CHANGES.md index 26f61c864b..198b9399fe 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. + * 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..02b6b5a6ea 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. + * 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))