File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
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.22 .0"
3
+ id(" com.diffplug.spotless" ) version " 6.25 .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.22 .0"
4
+ id(" com.diffplug.spotless" ) version " 6.25 .0"
5
5
}
6
6
7
7
spotless {
@@ -54,7 +54,7 @@ dependencies {
54
54
implementation(" org.apache.maven:maven-aether-provider:3.3.9" )
55
55
56
56
// When updating, update above in plugins too
57
- implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.22 .0" )
57
+ implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.25 .0" )
58
58
implementation(" com.google.guava:guava:33.0.0-jre" )
59
59
implementation(" gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18" )
60
60
implementation(" com.github.johnrengelman:shadow:8.1.1" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
}
13
13
}
14
14
dependencies {
15
- classpath " com.diffplug.spotless:spotless-plugin-gradle:6.22 .0"
15
+ classpath " com.diffplug.spotless:spotless-plugin-gradle:6.25 .0"
16
16
classpath " gradle.plugin.com.github.johnrengelman:shadow:8.0.0"
17
17
classpath " io.opentelemetry.instrumentation:gradle-plugins:1.32.1-alpha"
18
18
}
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.22 .0"
14
+ id " com.diffplug.spotless" version " 6.25 .0"
15
15
16
16
id " io.opentelemetry.instrumentation.muzzle-generation" version " 1.32.1-alpha"
17
17
id " io.opentelemetry.instrumentation.muzzle-check" version " 1.32.1-alpha"
You can’t perform that action at this time.
0 commit comments