diff --git a/CHANGES.md b/CHANGES.md index 44b6266a75..a1660296fa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] ### Changes * **BREAKING** Bump the required Java to `17`. ([#2375](https://github.com/diffplug/spotless/issues/2375), [#2540](https://github.com/diffplug/spotless/pull/2540)) +* Bump JGit from `6.10.1` to `7.3.0` ([#2257](https://github.com/diffplug/spotless/pull/2257)) + * Adds support for worktrees (fixes [#1765](https://github.com/diffplug/spotless/issues/1765)) + * Should improve the search for system-global git config. * Bump default `google-java-format` version to latest `1.24.0` -> `1.28.0`. ([#2345](https://github.com/diffplug/spotless/pull/2345)) ## [3.3.0] - 2025-07-20 diff --git a/gradle.properties b/gradle.properties index 0d853a4cc2..6fb9da2351 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,7 +29,7 @@ VER_SLF4J=[1.6,2.0[ # Used in multiple places VER_DURIAN=1.2.0 -VER_JGIT=6.10.1.202505221210-r +VER_JGIT=7.3.0.202506031305-r VER_JUNIT=5.13.4 VER_ASSERTJ=3.27.3 VER_MOCKITO=5.18.0 diff --git a/plugin-gradle/CHANGES.md b/plugin-gradle/CHANGES.md index bdcc8c43f2..f9c1fb5a96 100644 --- a/plugin-gradle/CHANGES.md +++ b/plugin-gradle/CHANGES.md @@ -5,6 +5,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] ### Changed * **BREAKING** Bump the required Gradle to `7.3` and required Java to `17`. ([#2375](https://github.com/diffplug/spotless/issues/2375), [#2540](https://github.com/diffplug/spotless/pull/2540)) +* Bump JGit from `6.10.1` to `7.3.0` ([#2257](https://github.com/diffplug/spotless/pull/2257)) + * Adds support for worktrees (fixes [#1765](https://github.com/diffplug/spotless/issues/1765)) + * Should improve the search for system-global git config. * Bump default `google-java-format` version to latest `1.24.0` -> `1.28.0`. ([#2345](https://github.com/diffplug/spotless/pull/2345)) ## [7.2.0] - 2025-07-20 diff --git a/plugin-maven/CHANGES.md b/plugin-maven/CHANGES.md index 5de90f5430..9cc7e602d9 100644 --- a/plugin-maven/CHANGES.md +++ b/plugin-maven/CHANGES.md @@ -5,6 +5,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format ( ## [Unreleased] ### Changes * **BREAKING** Bump the required Java to `17`. ([#2375](https://github.com/diffplug/spotless/issues/2375), [#2540](https://github.com/diffplug/spotless/pull/2540)) +* Bump JGit from `6.10.1` to `7.3.0` ([#2257](https://github.com/diffplug/spotless/pull/2257)) + * Adds support for worktrees (fixes [#1765](https://github.com/diffplug/spotless/issues/1765)) + * Should improve the search for system-global git config. * Bump default `google-java-format` version to latest `1.24.0` -> `1.28.0`. ([#2345](https://github.com/diffplug/spotless/pull/2345)) ## [2.46.0] - 2025-07-20