Skip to content

Commit

Permalink
Bump com.google.googlejavaformat:google-java-format from 1.19.2 to 1.…
Browse files Browse the repository at this point in the history
…20.0 (opensearch-project#4074)

Bumps
[com.google.googlejavaformat:google-java-format](https://github.com/google/google-java-format)
from 1.19.2 to 1.20.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.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>
<ul>
<li>Keep type-use annotation with type when wrapping
(03efe44d9affc989eee8623651fbdf1bcc7240dc)</li>
<li>Handle 'any' patterns (<a
href="https://redirect.github.com/google/google-java-format/issues/1037">#1037</a>)</li>
</ul>
<p>Full Changelog: <a
href="https://github.com/google/google-java-format/compare/v1.19.2...v1.20.0">https://github.com/google/google-java-format/compare/v1.19.2...v1.20.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/google-java-format/commit/38a7b73c9865270aaaa9273d5674b8ce2dd8f954"><code>38a7b73</code></a>
Release google-java-format 1.20.0</li>
<li><a
href="https://github.com/google/google-java-format/commit/92c609a43bc894e4cd69e9c037491163303d97ed"><code>92c609a</code></a>
Set <code>-march=compatibility</code> for native-image builds</li>
<li><a
href="https://github.com/google/google-java-format/commit/571c2b6ea232e295158154c9fbd6ef18f9e97942"><code>571c2b6</code></a>
Update maven native-image configuration for google-java-format</li>
<li><a
href="https://github.com/google/google-java-format/commit/910586c6390861c448ab7b69fe0fe88a803012dd"><code>910586c</code></a>
Handle <code>.exe</code> extensions for windows native-image</li>
<li><a
href="https://github.com/google/google-java-format/commit/250fa9be7ae921b80c64d3bfe046faff8f3d0009"><code>250fa9b</code></a>
Update release.yml</li>
<li><a
href="https://github.com/google/google-java-format/commit/865cdf873e13be398f6346bb54b7be5fd58c1498"><code>865cdf8</code></a>
Apply suggestions from code review</li>
<li><a
href="https://github.com/google/google-java-format/commit/0bc08ab915eaee7cb6063fe2963df4108e5b84f4"><code>0bc08ab</code></a>
Update release.yml</li>
<li><a
href="https://github.com/google/google-java-format/commit/4e9aa25d91968d6b7bd01482e06eaf12b2ff20cd"><code>4e9aa25</code></a>
Update .github/workflows/release.yml</li>
<li><a
href="https://github.com/google/google-java-format/commit/9851a393fede8821489317d54e5bf02e6dc0bf72"><code>9851a39</code></a>
Generate native-image binaries for google-java-format</li>
<li><a
href="https://github.com/google/google-java-format/commit/b9b41faf47e13692c02a517ea9ebe7d173fe7374"><code>b9b41fa</code></a>
Add Windows native build</li>
<li>Additional commits viewable in <a
href="https://github.com/google/google-java-format/compare/v1.19.2...v1.20.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=gradle&previous-version=1.19.2&new-version=1.20.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 90377a5 commit 26b224f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ dependencies {
integrationTestImplementation "org.apache.httpcomponents:httpasyncclient:4.1.5"

//spotless
implementation('com.google.googlejavaformat:google-java-format:1.19.2') {
implementation('com.google.googlejavaformat:google-java-format:1.20.0') {
exclude group: 'com.google.guava'
}
}
Expand Down

0 comments on commit 26b224f

Please sign in to comment.