-
Notifications
You must be signed in to change notification settings - Fork 202
Commit 752e337
Bump com.spotify.fmt:fmt-maven-plugin from 2.21.1 to 2.22.1 (#454)
Bumps
[com.spotify.fmt:fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin)
from 2.21.1 to 2.22.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spotify/fmt-maven-plugin/releases">com.spotify.fmt:fmt-maven-plugin's
releases</a>.</em></p>
<blockquote>
<h2>2.22.1</h2>
<p>There are no changes in this release and it was done purely for
verifying problems with our release process.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/spotify/fmt-maven-plugin/compare/2.22.0...2.22.1">https://github.com/spotify/fmt-maven-plugin/compare/2.22.0...2.22.1</a></p>
<h2>2.22.0</h2>
<h2>What's Changed</h2>
<ul>
<li>This upgrades google-java-format to 1.19.2 which adds support for
formatting Java 21</li>
<li>Adds test for switch with arrow by <a
href="https://github.com/caesar-ralf"><code>@caesar-ralf</code></a> in
<a
href="https://redirect.github.com/spotify/fmt-maven-plugin/pull/183">spotify/fmt-maven-plugin#183</a></li>
<li>Bump google-java-format to 1.18.1 by <a
href="https://github.com/caesar-ralf"><code>@caesar-ralf</code></a> in
<a
href="https://redirect.github.com/spotify/fmt-maven-plugin/pull/182">spotify/fmt-maven-plugin#182</a></li>
<li>Bump google-java-format to 1.19.2 by <a
href="https://github.com/bryanlb"><code>@bryanlb</code></a> in <a
href="https://redirect.github.com/spotify/fmt-maven-plugin/pull/185">spotify/fmt-maven-plugin#185</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/bryanlb"><code>@bryanlb</code></a> made
their first contribution in <a
href="https://redirect.github.com/spotify/fmt-maven-plugin/pull/185">spotify/fmt-maven-plugin#185</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/spotify/fmt-maven-plugin/compare/2.21.1...2.22.0">https://github.com/spotify/fmt-maven-plugin/compare/2.21.1...2.22.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spotify/fmt-maven-plugin/commit/c71fbb2b234acfc7f88e113b8a0de94f3305a273"><code>c71fbb2</code></a>
[maven-release-plugin] prepare release 2.22.1</li>
<li><a
href="https://github.com/spotify/fmt-maven-plugin/commit/ab6227ef7eebbb9a3730220a524f05c0a0f312c4"><code>ab6227e</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/spotify/fmt-maven-plugin/commit/bacc3fca092c6c674a8e89042b66aaa1f34cd98e"><code>bacc3fc</code></a>
[maven-release-plugin] prepare release 2.22.0</li>
<li><a
href="https://github.com/spotify/fmt-maven-plugin/commit/c481539bcfc83144268f3400a485910a5bb90f9b"><code>c481539</code></a>
Bump google-java-format to 1.19.2 (<a
href="https://redirect.github.com/spotify/fmt-maven-plugin/issues/185">#185</a>)</li>
<li><a
href="https://github.com/spotify/fmt-maven-plugin/commit/f0c4dda2878b8e73ddce053773c2c04d2ae0b5f5"><code>f0c4dda</code></a>
Bump google-java-format to 1.18.1 (<a
href="https://redirect.github.com/spotify/fmt-maven-plugin/issues/182">#182</a>)</li>
<li><a
href="https://github.com/spotify/fmt-maven-plugin/commit/dd03018f79c74edf0ab6628553387330bd7e5f3e"><code>dd03018</code></a>
Adds test for switch with arrow (<a
href="https://redirect.github.com/spotify/fmt-maven-plugin/issues/183">#183</a>)</li>
<li><a
href="https://github.com/spotify/fmt-maven-plugin/commit/01671e27b21b12cdf16fbb738e1a3b05001498f9"><code>01671e2</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/spotify/fmt-maven-plugin/compare/2.21.1...2.22.1">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Kroth <[email protected]>1 parent e28fcfe commit 752e337Copy full SHA for 752e337
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
358 | 358 |
| |
359 | 359 |
| |
360 | 360 |
| |
361 |
| - | |
| 361 | + | |
362 | 362 |
| |
363 | 363 |
| |
364 | 364 |
| |
|
0 commit comments