Skip to content

Commit 8c76765

Browse files
Update gradle shadow packages to v9.3.2 (#2667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f0db53 commit 8c76765

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ dependencies {
4444
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.25.0-alpha")
4545

4646
// keep these versions in sync with settings.gradle.kts
47-
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.3.1")
47+
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.3.2")
4848
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginManagement {
33
id("com.bmuschko.docker-remote-api") version "10.0.0"
44
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
55
id("com.github.jk1.dependency-license-report") version "3.1.1"
6-
id("com.gradleup.shadow") version "9.3.1"
6+
id("com.gradleup.shadow") version "9.3.2"
77
}
88
}
99

0 commit comments

Comments
 (0)