Skip to content

Commit 42de333

Browse files
authored
fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v7 (#2257)
2 parents e111699 + 735bcf6 commit 42de333

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1212
## [Unreleased]
1313
### Changes
1414
* **BREAKING** Bump the required Java to `17`. ([#2375](https://github.com/diffplug/spotless/issues/2375), [#2540](https://github.com/diffplug/spotless/pull/2540))
15+
* Bump JGit from `6.10.1` to `7.3.0` ([#2257](https://github.com/diffplug/spotless/pull/2257))
16+
* Adds support for worktrees (fixes [#1765](https://github.com/diffplug/spotless/issues/1765))
17+
* Should improve the search for system-global git config.
1518
* Bump default `google-java-format` version to latest `1.24.0` -> `1.28.0`. ([#2345](https://github.com/diffplug/spotless/pull/2345))
1619

1720
## [3.3.1] - 2025-07-21

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ VER_SLF4J=[1.6,2.0[
2929

3030
# Used in multiple places
3131
VER_DURIAN=1.2.0
32-
VER_JGIT=6.10.1.202505221210-r
32+
VER_JGIT=7.3.0.202506031305-r
3333
VER_JUNIT=5.13.4
3434
VER_ASSERTJ=3.27.3
3535
VER_MOCKITO=5.18.0

plugin-gradle/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
55
## [Unreleased]
66
### Changed
77
* **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))
8+
* Bump JGit from `6.10.1` to `7.3.0` ([#2257](https://github.com/diffplug/spotless/pull/2257))
9+
* Adds support for worktrees (fixes [#1765](https://github.com/diffplug/spotless/issues/1765))
10+
* Should improve the search for system-global git config.
811
* Bump default `google-java-format` version to latest `1.24.0` -> `1.28.0`. ([#2345](https://github.com/diffplug/spotless/pull/2345))
912

1013
## [7.2.1] - 2025-07-21

plugin-maven/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
55
## [Unreleased]
66
### Changes
77
* **BREAKING** Bump the required Java to `17`. ([#2375](https://github.com/diffplug/spotless/issues/2375), [#2540](https://github.com/diffplug/spotless/pull/2540))
8+
* Bump JGit from `6.10.1` to `7.3.0` ([#2257](https://github.com/diffplug/spotless/pull/2257))
9+
* Adds support for worktrees (fixes [#1765](https://github.com/diffplug/spotless/issues/1765))
10+
* Should improve the search for system-global git config.
811
* Bump default `google-java-format` version to latest `1.24.0` -> `1.28.0`. ([#2345](https://github.com/diffplug/spotless/pull/2345))
912

1013
## [2.46.1] - 2025-07-21

0 commit comments

Comments
 (0)