Skip to content

Commit 5a62e7a

Browse files
committed
chore: bumping palantir and google java format
1 parent 4fdc044 commit 5a62e7a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Improvements to the chocolatey package distribution
13+
- Bumping the bundled google-java-format (1.21.0 -> 1.27.0)
14+
- Bumping the bundled palantir-java-format (2.61.0 -> 2.67.0)
15+
1016
## [0.1.0] - 2025-05-13
1117

1218
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ output = [
301301
].join('\n')
302302
-->
303303

304-
[![Google Java Format version](https://img.shields.io/badge/google--java--format-1.24.0-blue.svg)](https://github.com/google/google-java-format)
304+
[![Google Java Format version](https://img.shields.io/badge/google--java--format-1.27.0-blue.svg)](https://github.com/google/google-java-format)
305305

306306
<!---freshmark /gjfshields -->
307307

@@ -417,7 +417,7 @@ output = [
417417
].join('\n')
418418
-->
419419

420-
[![Palantir Java Format version](https://img.shields.io/badge/palantir--java--format-2.61.0-blue.svg)](https://github.com/palantir/palantir-java-format)
420+
[![Palantir Java Format version](https://img.shields.io/badge/palantir--java--format-2.67.0-blue.svg)](https://github.com/palantir/palantir-java-format)
421421

422422
<!---freshmark /pjfshields -->
423423

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ diff-utils = "1.3.0"
55
durian = "1.2.0"
66
junit = "5.8.1"
77
mockito = "5.17.0"
8-
native-include-googleJavaFormat = "1.24.0"
9-
native-include-palantirJavaFormat = "2.61.0"
8+
native-include-googleJavaFormat = "1.27.0"
9+
native-include-palantirJavaFormat = "2.67.0"
1010
picocli = "4.7.6"
1111
selfie = "2.5.1"
1212
slf4j = "2.0.17"

0 commit comments

Comments
 (0)