diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index f7992ed6086d..afa1854b84b0 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -36,7 +36,7 @@ repositories { dependencies { implementation(gradleApi()) implementation(localGroovy()) - implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.1") + implementation("gradle.plugin.com.github.johnrengelman:shadow:8.0.0") implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.3") runtimeOnly("com.google.protobuf:protobuf-gradle-plugin:0.8.13") // Enable proto code generation @@ -44,7 +44,7 @@ dependencies { runtimeOnly("com.diffplug.spotless:spotless-plugin-gradle:5.6.1") // Enable a code formatting plugin runtimeOnly("gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.22.0") // Enable building Docker containers runtimeOnly("gradle.plugin.com.dorongold.plugins:task-tree:1.5") // Adds a 'taskTree' task to print task dependency tree - runtimeOnly("gradle.plugin.com.github.johnrengelman:shadow:7.1.1") // Enable shading Java dependencies + runtimeOnly("gradle.plugin.com.github.johnrengelman:shadow:8.0.0") // Enable shading Java dependencies runtimeOnly("ca.coglinc:javacc-gradle-plugin:2.4.0") // Enable the JavaCC parser generator runtimeOnly("net.linguica.gradle:maven-settings-plugin:0.5") runtimeOnly("gradle.plugin.io.pry.gradle.offline_dependencies:gradle-offline-dependencies-plugin:0.5.0") // Enable creating an offline repository