File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" java" )
3
- id(" com.diffplug.spotless" ) version " 6.20 .0"
3
+ id(" com.diffplug.spotless" ) version " 6.21 .0"
4
4
}
5
5
6
6
spotless {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
`kotlin- dsl`
3
3
// When updating, update below in dependencies too
4
- id(" com.diffplug.spotless" ) version " 6.20 .0"
4
+ id(" com.diffplug.spotless" ) version " 6.21 .0"
5
5
}
6
6
7
7
spotless {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
11
11
See https://imperceptiblethoughts.com/shadow/ for more details about Shadow plugin.
12
12
*/
13
13
id " com.github.johnrengelman.shadow" version " 8.1.1"
14
- id " com.diffplug.spotless" version " 6.20 .0"
14
+ id " com.diffplug.spotless" version " 6.21 .0"
15
15
16
16
id " io.opentelemetry.instrumentation.muzzle-generation" version " 1.30.0-alpha-SNAPSHOT"
17
17
id " io.opentelemetry.instrumentation.muzzle-check" version " 1.30.0-alpha-SNAPSHOT"
You can’t perform that action at this time.
0 commit comments