Skip to content

Commit 23249fc

Browse files
authored
Update jgit version (#992)
2 parents 5f965d2 + 8a881ff commit 23249fc

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1111

1212
## [Unreleased]
1313

14+
### Changed
15+
* Bump jgit version ([#992](https://github.com/diffplug/spotless/pull/992)).
16+
* jgit `5.10.0.202012080955-r` -> `5.13.0.202109080827-r`
17+
1418
## [2.20.0] - 2021-11-09
1519
### Added
1620
* `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)).

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ VER_SLF4J=[1.6,2.0[
2222

2323
# Used in multiple places
2424
VER_DURIAN=1.2.0
25-
VER_JGIT=5.10.0.202012080955-r
25+
VER_JGIT=5.13.0.202109080827-r
2626
VER_JUNIT=5.8.0
2727
VER_ASSERTJ=3.15.0
2828
VER_MOCKITO=3.3.3

plugin-gradle/CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
44

55
## [Unreleased]
66

7+
### Changed
8+
* Bump jgit version ([#992](https://github.com/diffplug/spotless/pull/992)).
9+
* jgit `5.10.0.202012080955-r` -> `5.13.0.202109080827-r`
10+
711
## [6.0.0] - 2021-11-09
812
### Added
913
* Support for Gradle Configuration Cache* ([#982](https://github.com/diffplug/spotless/pull/982), [#986](https://github.com/diffplug/spotless/pull/986))

plugin-maven/CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
44

55
## [Unreleased]
66

7+
### Changed
8+
* Bump jgit version ([#992](https://github.com/diffplug/spotless/pull/992)).
9+
* jgit `5.10.0.202012080955-r` -> `5.13.0.202109080827-r`
10+
711
## [2.17.4] - 2021-11-09
812
### Changed
913
* Bump default formatter versions ([#989](https://github.com/diffplug/spotless/pull/989))

0 commit comments

Comments
 (0)