Skip to content

Commit

Permalink
chore(deps): update gradle shadow packages to v8.3.4 (#2102)
Browse files Browse the repository at this point in the history
* chore(deps): update gradle shadow packages to v8.3.4

* update gradle plugins

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
  • Loading branch information
renovate[bot] and laurit authored Oct 29, 2024
1 parent 3d93462 commit 51e7036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dependencies {
implementation(gradleApi())

implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.6.0-alpha")
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.9.0-alpha")

// keep these versions in sync with settings.gradle.kts
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.3")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.4")
}
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.3"
id("com.gradleup.shadow") version "8.3.4"
}
}

Expand Down

0 comments on commit 51e7036

Please sign in to comment.