Skip to content

Commit

Permalink
Bump spotless-plugin-gradle from 6.12.0 to 6.12.1 in /examples/distro (
Browse files Browse the repository at this point in the history
…#7503)

Bumps [spotless-plugin-gradle](https://github.com/diffplug/spotless)
from 6.12.0 to 6.12.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/diffplug/spotless/commit/718a504c123de899e75300e7f2f6c55d7a40da42"><code>718a504</code></a>
Published gradle/6.12.1</li>
<li><a
href="https://github.com/diffplug/spotless/commit/c13acee2130be0b730a14fbadade6e7f597001b7"><code>c13acee</code></a>
Published lib/2.31.1</li>
<li><a
href="https://github.com/diffplug/spotless/commit/552aabf876469227d4bdc0be0da65b6d746fbc19"><code>552aabf</code></a>
fix(deps): update dependency com.facebook:ktfmt to v0.42 (<a
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1421">#1421</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/4063e9f6d134134e5e1fb706e70a7f4cd6e5b403"><code>4063e9f</code></a>
Add support for KtLint 0.48.0 (<a
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1432">#1432</a>
fixes <a
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1430">#1430</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/062e83584650be1dd47f5c8485426e8438b05600"><code>062e835</code></a>
Bump changelogs.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/8f7e00594de49856e2c14edf09d89352e0eddd60"><code>8f7e005</code></a>
spotlessApply</li>
<li><a
href="https://github.com/diffplug/spotless/commit/9a8ccae9ec04ff5e6f37da07cc445242ef69c516"><code>9a8ccae</code></a>
Bump default ktfmt 0.41 -&gt; 0.42</li>
<li><a
href="https://github.com/diffplug/spotless/commit/fb4277d2b1ad172ce17fd4bb398756b527379752"><code>fb4277d</code></a>
Merge branch 'main-ktlint-0.48.0' into renovate/ver_ktfmt</li>
<li><a
href="https://github.com/diffplug/spotless/commit/b44d70d00add006427f3cb8ef2387da543addfa3"><code>b44d70d</code></a>
Move changelog entries to the correct release.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/b3d8e89002c21324f03e896c0d786df3be09839d"><code>b3d8e89</code></a>
spotlessApply for 2023</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/gradle/6.12.0...gradle/6.12.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-plugin-gradle&package-manager=gradle&previous-version=6.12.0&new-version=6.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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 Jan 3, 2023
1 parent 09cb9fb commit 64bef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
}
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.12.0"
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.12.1"
classpath "gradle.plugin.com.github.johnrengelman:shadow:7.1.2"
classpath "io.opentelemetry.instrumentation:gradle-plugins:1.22.0-alpha-SNAPSHOT"
}
Expand Down

0 comments on commit 64bef1c

Please sign in to comment.