Bump com.google.googlejavaformat:google-java-format from 1.28.0 to 1.34.1 by dependabot[bot] · Pull Request #337 · Cosium/git-code-format-maven-plugin
Bumps com.google.googlejavaformat:google-java-format from 1.28.0 to 1.34.1.
Release notes
Sourced from com.google.googlejavaformat:google-java-format's releases.
v1.34.1
Changes:
- Fix reflection configuration for GraalVM native binaries (#1327)
Full Changelog: google/google-java-format@v1.34.0...v1.34.1
v1.34.0
Changes:
- Support Java 25 Instance Main Methods (google/google-java-format#1216)
Full Changelog: google/google-java-format@v1.33.0...v1.34.0
v1.33.0
This release contains no formatting changes.
The constructors of the
com.google.googlejavaformat.java.filer.FormattingFilerAPI are now deprecated, and the new factory methodFormattingFiler#create(ProcessingEnvironment)should be used instead.Full Changelog: google/google-java-format@v1.32.0...v1.33.0
v1.32.0
Changes:
- Add support for AOSP formatting in the Eclipse plugin (#179)
Full Changelog: google/google-java-format@v1.31.0...v1.32.0
v1.31.0
This release contains no formatting changes.
Changes:
- Add a
SnippetFormatter(JavaFormatterOptions)constructor (google/google-java-format@8c30268)Full Changelog: google/google-java-format@v1.30.0...v1.31.0
v1.30.0
Changes:
- Initial support for
import module(#1213)Full Changelog: google/google-java-format@v1.29.0...v1.30.0
v1.29.0
This release contains no formatting changes.
The minimum support JDK version to run google-java-format is now JDK 21. Using google-java-format to format earlier versions of the language is still fully supported, but running the formatter itself on JDK 21 or newer is required.
Full Changelog: google/google-java-format@v1.28.0...v1.29.0
Commits
64ee627Release google-java-format 1.34.1ff157e3Fix reflection errors during native executionf0a9748Update workaround for JDK-83729489b97973Fix index ofkeepEndPosparameter4a15b1bPrepare for end position API changes in https://bugs.openjdk.org/browse/JDK-8...62edae4Remove workaround for https://bugs.openjdk.org/browse/JDK-8027682737b003Support Instance Main Methods in google-java-format4b4d087Consolidate uses of javac's parser in google-java-formatf5f92bfInternal change343d9aaConsolidate end position handling in google-java-format- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)