dependabot[bot] opened a new pull request, #14842: URL: https://github.com/apache/lucene/pull/14842
Bumps [com.google.googlejavaformat:google-java-format](https://github.com/google/google-java-format) from 1.23.0 to 1.27.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/google-java-format/releases">com.google.googlejavaformat:google-java-format's releases</a>.</em></p> <blockquote> <h2>v1.27.0</h2> <p>This release contains no formatting changes.</p> <p>Changes:</p> <ul> <li>Improved compatibility with JDK 24 early access builds (<a href="https://github.com/google/google-java-format/commit/96f114c37c02fcfdfa0d4bc25b6e122d11afc485">https://github.com/google/google-java-format/commit/96f114c37c02fcfdfa0d4bc25b6e122d11afc485</a>)</li> <li>Optimize string wrapping (<a href="https://github.com/google/google-java-format/commit/86338266807cb8d78082179733b31a8fd0be972c">https://github.com/google/google-java-format/commit/86338266807cb8d78082179733b31a8fd0be972c</a>)</li> </ul> <p>Full Changelog: <a href="https://github.com/google/google-java-format/compare/v1.26.0...v1.27.0">https://github.com/google/google-java-format/compare/v1.26.0...v1.27.0</a></p> <h2>v1.26.0</h2> <p>Formatting changes:</p> <ul> <li>Text blocks: don't automatically deindent long text blocks to start at column 0. For text blocks that are already deindented, the existing choice will be preserved, but it won't happen automatically.</li> <li>Text blocks: for deindented text blocks, put the opening <code>"""</code> at column 0 instead of indenting it</li> </ul> <p>Changes:</p> <ul> <li>The published GraalVM native-image binaries now include a binary for Linux arm64</li> </ul> <p>Full Changelog: <a href="https://github.com/google/google-java-format/compare/v1.25.2...v1.26.0">https://github.com/google/google-java-format/compare/v1.25.2...v1.26.0</a></p> <h2>v1.25.2</h2> <p>Changes:</p> <ul> <li>Fix a crash formatting text blocks involving trailing whitespace before the close delimiter (<a href="https://redirect.github.com/google/google-java-format/issues/1205">#1205</a>)</li> </ul> <p>Full Changelog: <a href="https://github.com/google/google-java-format/compare/v1.25.1...v1.25.2">https://github.com/google/google-java-format/compare/v1.25.1...v1.25.2</a></p> <h2>v1.25.1</h2> <p>Changes:</p> <ul> <li>Fix a crash in text block formatting (<a href="https://redirect.github.com/google/google-java-format/issues/1195">#1195</a>)</li> </ul> <p>Full Changelog: <a href="https://github.com/google/google-java-format/compare/v1.25.0...v1.25.1">https://github.com/google/google-java-format/compare/v1.25.0...v1.25.1</a></p> <h2>v1.25.0</h2> <p>The minimum support JDK version to run google-java-format is now JDK 17 (<a href="https://redirect.github.com/google/google-java-format/issues/1159">#1159</a>). Using google-java-format to format earlier versions of the language is still supported, but running the formatter itself on JDK 17 or newer is required.</p> <p>Changes:</p> <ul> <li>Various improvements to text block formatting</li> <li>Improve formatting of <code>when</code> pattern guards</li> </ul> <p>Full Changelog: <a href="https://github.com/google/google-java-format/compare/v1.24.0...v1.25.0">https://github.com/google/google-java-format/compare/v1.24.0...v1.25.0</a></p> <h2>v1.24.0</h2> <p>Changes:</p> <ul> <li>Fix inconsistency in formatting of comments in switch statements (<a href="https://redirect.github.com/google/google-java-format/issues/1127">google/google-java-format#1127</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/google-java-format/commit/5c38c33b91669684e9ef0f3e889fdd6c3b09ade4"><code>5c38c33</code></a> Release google-java-format 1.27.0</li> <li><a href="https://github.com/google/google-java-format/commit/15021075a5bf97c3783c09b6270e273c614704c7"><code>1502107</code></a> Stop using ubuntu 20.04</li> <li><a href="https://github.com/google/google-java-format/commit/96f114c37c02fcfdfa0d4bc25b6e122d11afc485"><code>96f114c</code></a> Prepare for an incompatible change to Log diagnostic handlers</li> <li><a href="https://github.com/google/google-java-format/commit/6f46e8aa66914a23bcd55092fd826b15a08553ee"><code>6f46e8a</code></a> Work around a JDK-head failure.</li> <li><a href="https://github.com/google/google-java-format/commit/8cf65c7f7d21992ab9c0292f712405fd45e71eeb"><code>8cf65c7</code></a> Automated rollback of commit 4c91240f69bc4982c5c3908087dfccdbcb93e5aa.</li> <li><a href="https://github.com/google/google-java-format/commit/4c91240f69bc4982c5c3908087dfccdbcb93e5aa"><code>4c91240</code></a> Internal change</li> <li><a href="https://github.com/google/google-java-format/commit/db2713a7b81e20cb135d58f3a48a634bc7df2f05"><code>db2713a</code></a> Migrate to CommandLineOptions to a record and AutoBuilder</li> <li><a href="https://github.com/google/google-java-format/commit/86338266807cb8d78082179733b31a8fd0be972c"><code>8633826</code></a> Optimize string wrapping</li> <li><a href="https://github.com/google/google-java-format/commit/aee16ed8015733ea3ebd344e6aeebb1cd813b05f"><code>aee16ed</code></a> docs: Clarify minimum Java version in README (see <a href="https://redirect.github.com/google/google-java-format/issues/1225">#1225</a>)</li> <li><a href="https://github.com/google/google-java-format/commit/ec9826b725a79e5dc36c46c1f51f1f9edc27faee"><code>ec9826b</code></a> Update the IntelliJ plugin to 1.26.0.</li> <li>Additional commits viewable in <a href="https://github.com/google/google-java-format/compare/v1.23.0...v1.27.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org