Skip to content

Commit 962f54d

Browse files
Bump mikepenz/gradle-dependency-submission from 0.8.4 to 0.8.5 (#31)
Bumps [mikepenz/gradle-dependency-submission](https://github.com/mikepenz/gradle-dependency-submission) from 0.8.4 to 0.8.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mikepenz/gradle-dependency-submission/releases">mikepenz/gradle-dependency-submission's releases</a>.</em></p> <blockquote> <h2>v0.8.5</h2> <h2>🚀 Features</h2> <ul> <li>Add option to configure <code>fail-on-error</code> <ul> <li>PR: <a href="https://github-redirect.dependabot.com/mikepenz/gradle-dependency-submission/issues/221">#221</a></li> </ul> </li> </ul> <h2>📦 Dependencies</h2> <ul> <li>Bump undici from 5.12.0 to 5.19.1 <ul> <li>PR: <a href="https://github-redirect.dependabot.com/mikepenz/gradle-dependency-submission/issues/215">#215</a></li> </ul> </li> <li>Dependency updates <ul> <li>PR: <a href="https://github-redirect.dependabot.com/mikepenz/gradle-dependency-submission/issues/222">#222</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mikepenz/gradle-dependency-submission/commit/5aac1cd48a5099fd4375e5755bd0fdf214d974d1"><code>5aac1cd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mikepenz/gradle-dependency-submission/issues/221">#221</a> from mikepenz/feature/fail_on_error</li> <li><a href="https://github.com/mikepenz/gradle-dependency-submission/commit/7e91645a2e8b9aae09e618b85369fb21e2aaf36d"><code>7e91645</code></a> - add new setting to configure <code>fail-on-error</code></li> <li><a href="https://github.com/mikepenz/gradle-dependency-submission/commit/ae1c621aa478707cb836045306e3d2410261642d"><code>ae1c621</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mikepenz/gradle-dependency-submission/issues/222">#222</a> from mikepenz/feature/dependency_updates_20230226</li> <li><a href="https://github.com/mikepenz/gradle-dependency-submission/commit/ba73fb1a82dfa68b52b7f35243906cb0ed7c5478"><code>ba73fb1</code></a> - depenency updates</li> <li><a href="https://github.com/mikepenz/gradle-dependency-submission/commit/ed51744a90d159491283e88ff95389125ace69c8"><code>ed51744</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mikepenz/gradle-dependency-submission/issues/215">#215</a> from mikepenz/dependabot/npm_and_yarn/undici-5.19.1</li> <li><a href="https://github.com/mikepenz/gradle-dependency-submission/commit/b21fefa988a65cc48787d1557c3bcb83e071245d"><code>b21fefa</code></a> Bump undici from 5.12.0 to 5.19.1</li> <li>See full diff in <a href="https://github.com/mikepenz/gradle-dependency-submission/compare/v0.8.4...v0.8.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mikepenz/gradle-dependency-submission&package-manager=github_actions&previous-version=0.8.4&new-version=0.8.5)](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 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 bf01b5c commit 962f54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submit-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Gradle
2424
uses: ./.github/actions/build
2525
- name: Submit Gradle dependencies
26-
uses: mikepenz/gradle-dependency-submission@v0.8.4
26+
uses: mikepenz/gradle-dependency-submission@v0.8.5
2727
with:
2828
use-gradlew: false
2929
include-build-environment: true

0 commit comments

Comments
 (0)