Bump spotless-plugin-gradle from 6.12.1 to 6.13.0 in /examples/distro (#7583)

Bumps [spotless-plugin-gradle](https://github.com/diffplug/spotless)
from 6.12.1 to 6.13.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fdb58d79c7"><code>fdb58d7</code></a>
Published plugin-gradle/6.13.0</li>
<li><a
href="5d73b3ba23"><code>5d73b3b</code></a>
Fix bug in gradle publishing.</li>
<li><a
href="54bcc6068d"><code>54bcc60</code></a>
spotlessApply</li>
<li><a
href="5c10387fa9"><code>5c10387</code></a>
Bump plugin-maven changelog.</li>
<li><a
href="be90ffcf49"><code>be90ffc</code></a>
Oops, fix the gradle plugin build.</li>
<li><a
href="84b42b46e8"><code>84b42b4</code></a>
Fix deprecation in how gradle plugins are published.</li>
<li><a
href="49505b819c"><code>49505b8</code></a>
Improve deploy.yml docs since we're actually using Base64.</li>
<li><a
href="49e370b927"><code>49e370b</code></a>
Published lib/2.32.0</li>
<li><a
href="3adaa1c35d"><code>3adaa1c</code></a>
Fix subgroups leading catch all matcher (<a
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1485">#1485</a>)</li>
<li><a
href="109ffa6b65"><code>109ffa6</code></a>
spotlessApply</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/gradle/6.12.1...plugin-gradle/6.13.0">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.1&new-version=6.13.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-16 11:16:18 +01:00 committed by GitHub
parent 66819782bd
commit aea1193e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ buildscript {
}
}
dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.12.1"
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.13.0"
classpath "gradle.plugin.com.github.johnrengelman:shadow:7.1.2"
classpath "io.opentelemetry.instrumentation:gradle-plugins:1.23.0-alpha-SNAPSHOT"
}