Skip to content

Commit

Permalink
chore(deps): update gradle shadow packages to v8.3.3 (#2071)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 4d5f4ac commit 1d5b7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ dependencies {
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.6.0-alpha")

// keep these versions in sync with settings.gradle.kts
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.2")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.3")
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
id("com.bmuschko.docker-remote-api") version "9.4.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
id("com.github.jk1.dependency-license-report") version "2.9"
id("com.gradleup.shadow") version "8.3.2"
id("com.gradleup.shadow") version "8.3.3"
}
}

Expand Down

0 comments on commit 1d5b7e3

Please sign in to comment.