Skip to content

Commit 741427f

Browse files
Bump com.gradleup.shadow Gradle plugin version to 8.3.9. (#10246)
1 parent 09f5899 commit 741427f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id("com.github.spotbugs") version "6.4.8"
1717
id("de.thetaphi.forbiddenapis") version "3.10"
1818
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
19-
id("com.gradleup.shadow") version "8.3.6" apply false
19+
id("com.gradleup.shadow") version "8.3.9" apply false
2020
id("me.champeau.jmh") version "0.7.3" apply false
2121
id("org.gradle.playframework") version "0.13" apply false
2222
}

buildSrc/call-site-instrumentation-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
java
33
groovy
44
id("com.diffplug.spotless") version "8.1.0"
5-
id("com.gradleup.shadow") version "8.3.6"
5+
id("com.gradleup.shadow") version "8.3.9"
66
}
77

88
java {

dd-smoke-tests/armeria-grpc/application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
plugins {
88
id 'application'
99
id 'java'
10-
id 'com.gradleup.shadow' version '8.3.6'
10+
id 'com.gradleup.shadow' version '8.3.9'
1111
id 'com.google.protobuf' version '0.9.3'
1212
}
1313

0 commit comments

Comments
 (0)