Skip to content

Commit b41ffda

Browse files
Bump com.diffplug.spotless:spotless-maven-plugin from 2.46.0 to 2.46.1 (#3058)
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.46.0 to 2.46.1. <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.46.1</h2> <h3>Fixed</h3> <ul> <li><code>spotless:install-git-pre-push-hook</code> didn't work on windows, now fixed. (<a href="https://redirect.github.com/diffplug/spotless/pull/2562">#2562</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diffplug/spotless/commit/0572107174aad6709d12d64d4c875b53bb2042ed"><code>0572107</code></a> Published maven/2.46.1</li> <li><a href="https://github.com/diffplug/spotless/commit/9e11c9d4a8411876b10d77d81aaf5b4ab312b455"><code>9e11c9d</code></a> Published gradle/7.2.1</li> <li><a href="https://github.com/diffplug/spotless/commit/314418c2b9fa8210169826e52270e7cc5539531b"><code>314418c</code></a> Published lib/3.3.1</li> <li><a href="https://github.com/diffplug/spotless/commit/5e9df11e2b1dde4d6d71ddac6f4f453bb9c8131d"><code>5e9df11</code></a> Windows Compatibility Fix for Git Pre-push Hook (<a href="https://redirect.github.com/diffplug/spotless/issues/2562">#2562</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/24ca3bcef169ba3b34f809196bcbaceb98798971"><code>24ca3bc</code></a> We should run CI for PRs against <code>release</code> also.</li> <li><a href="https://github.com/diffplug/spotless/commit/222085be8c9a336d9f2bbd6300ac0d818d04d2db"><code>222085b</code></a> Update changelogs.</li> <li><a href="https://github.com/diffplug/spotless/commit/776f7d15cc523af3db7cbc8b288abaf13dd54516"><code>776f7d1</code></a> execute pre-push hook</li> <li><a href="https://github.com/diffplug/spotless/commit/b8e80bcd369d7e68d9a7ace6434729aa4194daf7"><code>b8e80bc</code></a> tests fix</li> <li><a href="https://github.com/diffplug/spotless/commit/1042742744e7f273a019dc4e21566244a5585306"><code>1042742</code></a> spotlessApply</li> <li><a href="https://github.com/diffplug/spotless/commit/4cf8137acb1fae06147e6d6dd7a7e127aae7de74"><code>4cf8137</code></a> git pre push hook windows fix</li> <li>See full diff in <a href="https://github.com/diffplug/spotless/compare/maven/2.46.0...maven/2.46.1">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.46.0&new-version=2.46.1)](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>
1 parent 53b47df commit b41ffda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<maven.release.version>3.1.1</maven.release.version>
5757
<maven.versions.version>2.18.0</maven.versions.version>
5858
<maven.surefire.version>3.5.3</maven.surefire.version>
59-
<spotless.version>2.46.0</spotless.version>
59+
<spotless.version>2.46.1</spotless.version>
6060
<maven.source.version>3.3.1</maven.source.version>
6161
<maven.exec.version>3.5.1</maven.exec.version>
6262
<moditect.version>1.3.0.Final</moditect.version>

0 commit comments

Comments
 (0)