dependabot[bot] opened a new pull request, #784:
URL: https://github.com/apache/axis-axis2-java-core/pull/784

   Bumps 
[com.google.googlejavaformat:google-java-format](https://github.com/google/google-java-format)
 from 1.7 to 1.24.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.24.0</h2>
   <p>This is the last planned release of google-java-format that will support 
running on JDK 11, see <a 
href="https://redirect.github.com/google/google-java-format/issues/1159";>#1159</a>.
 Using google-java-format to format code that targets earlier versions of the 
language is still supported, but running the formatter itself on JDK 17 or 
newer will be required.</p>
   <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";>#1127</a>)</li>
   <li>Improve handling of <code>{@snippet ...}</code> 
(ebf9b52314d7adddeae4add42a1757f30c87c5d6)</li>
   <li>Improve handling of <code>///</code> comments (<a 
href="https://redirect.github.com/google/google-java-format/issues/1153";>#1153</a>)</li>
   <li>Improve error messages for syntax errors 
(8c652edd6bde53be99fe1a83377bce4e281ec957)</li>
   </ul>
   <p>Full Changelog: <a 
href="https://github.com/google/google-java-format/compare/v1.23.0...v1.24.0";>https://github.com/google/google-java-format/compare/v1.23.0...v1.24.0</a></p>
   <h2>v1.23.0</h2>
   <p>Changes:</p>
   <ul>
   <li>Adjust indentation of line comments inside expression switches (<a 
href="https://redirect.github.com/google/google-java-format/issues/876";>#876</a>)</li>
   <li>Fix modifier order handling for <code>non-sealed</code> (<a 
href="https://github.com/google/google-java-format/commit/7fd9300499228717bcfee75ff4f836507df832ee";>https://github.com/google/google-java-format/commit/7fd9300499228717bcfee75ff4f836507df832ee</a>)</li>
   <li>Handle empty classes with no members that contain semi-colons (<a 
href="https://github.com/google/google-java-format/commit/b9b6730b80a16798da559f2d50112cec3d8538ad";>https://github.com/google/google-java-format/commit/b9b6730b80a16798da559f2d50112cec3d8538ad</a>)</li>
   <li>Support overlapping ranges in <code>--lines</code> (<a 
href="https://github.com/google/google-java-format/commit/c4b467d50bd6bb52935075b438f602ff902db167";>https://github.com/google/google-java-format/commit/c4b467d50bd6bb52935075b438f602ff902db167</a>)</li>
   <li>Remove support for the String Templates preview feature, see <a 
href="https://bugs.openjdk.org/browse/JDK-8329949";>https://bugs.openjdk.org/browse/JDK-8329949</a>
 (<a 
href="https://github.com/google/google-java-format/commit/fdf4b29a6e1206f451bd96ed7967f4061921881a";>https://github.com/google/google-java-format/commit/fdf4b29a6e1206f451bd96ed7967f4061921881a</a>)</li>
   <li>Improve compatibility with latest JDK early access builds (<a 
href="https://github.com/google/google-java-format/commit/0b384e32b39117a8da2829d8543e7474338ddebe";>https://github.com/google/google-java-format/commit/0b384e32b39117a8da2829d8543e7474338ddebe</a>)</li>
   </ul>
   <p>Full Changelog: <a 
href="https://github.com/google/google-java-format/compare/v1.22.0...v1.23.0";>https://github.com/google/google-java-format/compare/v1.22.0...v1.23.0</a></p>
   <h2>v1.22.0</h2>
   <p>Changes:</p>
   <ul>
   <li>Improve support for tokens that span multiple lines 
(9bdae025b7b023d45636e707c9225d0cdd66eb0b)</li>
   <li>Fix an issue with text block formatting, when the text block is the 
receiver of a method call (<a 
href="https://redirect.github.com/google/google-java-format/issues/1081";>#1081</a>)</li>
   <li><code>google-java-format-diff.py</code> now parallelizes the calls to 
the formatter, for better performance 
(3ee6e2a34029bc5e68a5f733749e2732c2bf7940)</li>
   </ul>
   <p>Full Changelog: <a 
href="https://github.com/google/google-java-format/compare/v1.21.0...v1.22.0";>https://github.com/google/google-java-format/compare/v1.21.0...v1.22.0</a></p>
   <h2>v1.21.0</h2>
   <p>Formatting changes:</p>
   <ul>
   <li>Adjust indentation of text blocks 
(ce3cb59a8d649359a8e6e7fcc5f2f21bb79b3df1)</li>
   </ul>
   <p>Bug fixes:</p>
   <ul>
   <li>Fix a crash with comments inside string templates 
(e946e82801eb5bbd52bea00355ba20450bc0725c)</li>
   <li>Native image <code>-version</code> reports <code>HEAD-SNAPSHOT</code> 
instead of the correct version (<a 
href="https://redirect.github.com/google/google-java-format/issues/1068";>#1068</a>)</li>
   <li>Improve compatibility with older glibc versions (<a 
href="https://redirect.github.com/google/google-java-format/issues/1072";>#1072</a>)</li>
   </ul>
   <p>Full Changelog: <a 
href="https://github.com/google/google-java-format/compare/v1.20.0...v1.21.0";>https://github.com/google/google-java-format/compare/v1.20.0...v1.21.0</a></p>
   <h2>v1.20.0</h2>
   <p>This release includes <a 
href="https://www.graalvm.org/22.0/reference-manual/native-image/";>GraalVM 
native-image</a> binaries for google-java-format for windows, linux, and mac. 
These binaries offer improved startup performance.</p>
   <p>Changes:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/google/google-java-format/commit/fe9abad423097aebcc1f2a3c8815a746f253f452";><code>fe9abad</code></a>
 Release google-java-format 1.24.0</li>
   <li><a 
href="https://github.com/google/google-java-format/commit/c101ee96bd281c3d61e46d795a0fbecf19772694";><code>c101ee9</code></a>
 Fix column numbers in diagnostics</li>
   <li><a 
href="https://github.com/google/google-java-format/commit/8c652edd6bde53be99fe1a83377bce4e281ec957";><code>8c652ed</code></a>
 Print the problem line as context in error messages</li>
   <li><a 
href="https://github.com/google/google-java-format/commit/40ac75ff3da2ddca7563aedb9e8fe5f47189adbc";><code>40ac75f</code></a>
 Always run integration test for <a 
href="https://redirect.github.com/google/google-java-format/issues/1161";>#1161</a></li>
   <li><a 
href="https://github.com/google/google-java-format/commit/5e0d9e3d08b3c4dee83059af5c10a6ed07575b26";><code>5e0d9e3</code></a>
 Fix different formatting of block line comments with openjdk 23+</li>
   <li><a 
href="https://github.com/google/google-java-format/commit/8a0e3b3d7cb2c4efeffe5610aa1146a85f0ffa10";><code>8a0e3b3</code></a>
 Add a regression test for handling of <code>///</code> comments</li>
   <li><a 
href="https://github.com/google/google-java-format/commit/9f2611e348b87b503de2195c77b3e66f53ad314f";><code>9f2611e</code></a>
 Fix package version metadata <a 
href="https://redirect.github.com/google/google-java-format/issues/9";>#9</a>.</li>
   <li><a 
href="https://github.com/google/google-java-format/commit/f9eca5ac8c8b27df3cfcd68fb66d6d284352dc8f";><code>f9eca5a</code></a>
 Update the README to point to JetBrains documentation where appropriate.</li>
   <li><a 
href="https://github.com/google/google-java-format/commit/3fe163bd894587db524f26fe844765118dce9319";><code>3fe163b</code></a>
 Fix the until-build property of the IntelliJ plugin.</li>
   <li><a 
href="https://github.com/google/google-java-format/commit/5544952d819554d040608462a46e7185edc2b216";><code>5544952</code></a>
 Update IntelliJ plugin to 1.23.0.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/google/google-java-format/compare/google-java-format-1.7...v1.24.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.googlejavaformat:google-java-format&package-manager=maven&previous-version=1.7&new-version=1.24.0)](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: java-dev-unsubscr...@axis.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to