Skip to content

Commit ebf96dc

Browse files
authored
Fix owasp dependency check (#5702)
1 parent 288c5df commit ebf96dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencyCheck {
4646
"checkstyle",
4747
"annotationProcessor",
4848
"animalsniffer",
49-
"spotless-1972451482", // spotless-1972451482 is a weird configuration that's only added in jaeger-proto
49+
"spotless865457264", // spotless865457264 is a weird configuration that's only added in jaeger-proto, jaeger-remote-sampler
5050
"js2p",
5151
"jmhAnnotationProcessor",
5252
"jmhCompileClasspath",

0 commit comments

Comments
 (0)