File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
buildSrc/call-site-instrumentation-plugin
dd-smoke-tests/armeria-grpc/application Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
88java {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77plugins {
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
You can’t perform that action at this time.
0 commit comments