Bump spotless-plugin-gradle from 6.13.0 to 6.14.0 in /examples/distro (#7664)
Bumps [spotless-plugin-gradle](https://github.com/diffplug/spotless) from 6.13.0 to 6.14.0. <details> <summary>Commits</summary> <ul> <li><a href="f1cfc6189f
"><code>f1cfc61</code></a> Published gradle/6.14.0</li> <li><a href="2995371d0b
"><code>2995371</code></a> So we have to run the workflow on the <code>release</code> branch, <em>and</em> we need to pull...</li> <li><a href="2aa7f51bc6
"><code>2aa7f51</code></a> Another shot at fixing our publish workflow.</li> <li><a href="27522dc85e
"><code>27522dc</code></a> Start publishing against the <code>release</code> branch to fix a new issue with GitHub ...</li> <li><a href="c55e736b62
"><code>c55e736</code></a> Published lib/2.33.0</li> <li><a href="f71b28658b
"><code>f71b286</code></a> Fix bug in changelog publish setup.</li> <li><a href="5c3411d00a
"><code>5c3411d</code></a> Add missing changelog links to root <code>settings.gradle</code></li> <li><a href="e3be8779f4
"><code>e3be877</code></a> Bump default versions to latest available (<a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1529">#1529</a>)</li> <li><a href="5d6714d566
"><code>5d6714d</code></a> Update changelogs.</li> <li><a href="87b6dd8b8b
"><code>87b6dd8</code></a> Bump default scalafmt <code>3.6.1</code> -> <code>3.7.1</code></li> <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/plugin-gradle/6.13.0...gradle/6.14.0">compare view</a></li> </ul> </details> <br /> [](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:
parent
751a2aa877
commit
6345cdad9d
|
@ -12,7 +12,7 @@ buildscript {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.13.0"
|
||||
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.14.0"
|
||||
classpath "gradle.plugin.com.github.johnrengelman:shadow:7.1.2"
|
||||
classpath "io.opentelemetry.instrumentation:gradle-plugins:1.23.0-alpha-SNAPSHOT"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue