Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps com.diffplug.spotless:spotless-maven-plugin from 2.44.3 to 2.44.4.

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Maven Plugin v2.44.4

Changed

  • Use palantir-java-format 2.57.0 on Java 21. (#2447)
  • Re-try npm install with --prefer-online after ERESOLVE error. (#2448)
Commits
  • 0ca99e5 Published maven/2.44.4
  • 1b1a4fb Published gradle/7.0.3
  • 0fa3cab Published lib/3.1.1
  • 0fe8f9b Update README.md for android kotlin callouts (#2438)
  • d25f04d Minor tweak.
  • fa3fd1e Add the cool blockquote warning trick to the other Android spot.
  • 60993fd Fix the Android Kotlin warning and adjust its position.
  • 0426db1 Apply Gradle's strict plugin types validation to the Spotless plugin in prepa...
  • 48b4cde fix(deps): update dependency org.mockito:mockito-core to v5.17.0 (#2461)
  • 81f2f8b fix(deps): update dependency org.mockito:mockito-core to v5.17.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 14, 2025
@github-actions github-actions bot added this to the 18.3.0 milestone Apr 14, 2025
@jbonofre
Copy link
Member

jbonofre commented May 6, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.44.4 branch from 5d62808 to 24f2708 Compare May 6, 2025 07:29
@jbonofre
Copy link
Member

jbonofre commented May 6, 2025

@dependabot rebase

Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.3 to 2.44.4.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@maven/2.44.3...maven/2.44.4)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-version: 2.44.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.44.4 branch from 24f2708 to f4ec84a Compare May 6, 2025 16:16
@jbonofre jbonofre merged commit feb8e95 into main May 7, 2025
27 checks passed
@jbonofre jbonofre deleted the dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.44.4 branch May 7, 2025 07:51
timhurskidremio pushed a commit to timhurskidremio/dremio-arrow-java that referenced this pull request Dec 5, 2025
…o 2.44.4 (apache#717)

Bumps
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
from 2.44.3 to 2.44.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/diffplug/spotless/releases">com.diffplug.spotless:spotless-maven-plugin's
releases</a>.</em></p>
<blockquote>
<h2>Maven Plugin v2.44.4</h2>
<h3>Changed</h3>
<ul>
<li>Use palantir-java-format 2.57.0 on Java 21. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2447">#2447</a>)</li>
<li>Re-try <code>npm install</code> with <code>--prefer-online</code>
after <code>ERESOLVE</code> error. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2448">#2448</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/diffplug/spotless/commit/0ca99e5315d8fe4ff599e61fa1673e4f10354d53"><code>0ca99e5</code></a>
Published maven/2.44.4</li>
<li><a
href="https://github.com/diffplug/spotless/commit/1b1a4fbbb446585627f9da03eab5986d73afa457"><code>1b1a4fb</code></a>
Published gradle/7.0.3</li>
<li><a
href="https://github.com/diffplug/spotless/commit/0fa3cabc9ed5780f8d9033b0c1d27d81c1d750c2"><code>0fa3cab</code></a>
Published lib/3.1.1</li>
<li><a
href="https://github.com/diffplug/spotless/commit/0fe8f9b2ab825e53f9c78c91f604f34831612929"><code>0fe8f9b</code></a>
Update README.md for android kotlin callouts (<a
href="https://redirect.github.com/diffplug/spotless/issues/2438">#2438</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/d25f04de3e75030c91962739bc99ea7d377d7678"><code>d25f04d</code></a>
Minor tweak.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/fa3fd1e6cb99a6bb3b2a9c8b262db4666edf6ca7"><code>fa3fd1e</code></a>
Add the cool blockquote warning trick to the other Android spot.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/60993fdedff91eeebf2ef016893b1ee433811a3f"><code>60993fd</code></a>
Fix the Android Kotlin warning and adjust its position.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/0426db1e7e66b6434bc625cc84c5d4e7bd03a0ce"><code>0426db1</code></a>
Apply Gradle's strict plugin types validation to the Spotless plugin in
prepa...</li>
<li><a
href="https://github.com/diffplug/spotless/commit/48b4cdeaf3653f77d8c764849b5fb48207b3cc27"><code>48b4cde</code></a>
fix(deps): update dependency org.mockito:mockito-core to v5.17.0 (<a
href="https://redirect.github.com/diffplug/spotless/issues/2461">#2461</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/81f2f8bb742a98c2f7e69bc7e2e10fb6b2d6c75c"><code>81f2f8b</code></a>
fix(deps): update dependency org.mockito:mockito-core to v5.17.0</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/maven/2.44.3...maven/2.44.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless:spotless-maven-plugin&package-manager=maven&previous-version=2.44.3&new-version=2.44.4)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant