Skip to content

Commit 9a9248c

Browse files
fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.3.1 (#1142)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.gradleup.shadow:shadow-gradle-plugin](https://redirect.github.com/GradleUp/shadow) | `9.3.0` → `9.3.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradleup.shadow:shadow-gradle-plugin/9.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.gradleup.shadow:shadow-gradle-plugin/9.3.0/9.3.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>GradleUp/shadow (com.gradleup.shadow:shadow-gradle-plugin)</summary> ### [`v9.3.1`](https://redirect.github.com/GradleUp/shadow/releases/tag/9.3.1) [Compare Source](https://redirect.github.com/GradleUp/shadow/compare/9.3.0...9.3.1) ##### Fixed - Use ASM from jdependency embedded. ([#&#8203;1898](https://redirect.github.com/GradleUp/shadow/pull/1898))\ This fixes potential classpath conflicts when using Shadow with other plugins that also use ASM. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlLXBhdGNoIiwidXBkYXRlLXBhdGNoIl19--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent eb9c3b1 commit 9a9248c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313
dependencies {
1414
classpath "com.diffplug.spotless:spotless-plugin-gradle:8.1.0"
15-
classpath "com.gradleup.shadow:shadow-gradle-plugin:9.3.0"
15+
classpath "com.gradleup.shadow:shadow-gradle-plugin:9.3.1"
1616
classpath "io.opentelemetry.instrumentation:gradle-plugins:${otelInstrumentationVersion}-alpha"
1717
}
1818
}

0 commit comments

Comments
 (0)