We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c3bb1 commit 296bd9eCopy full SHA for 296bd9e
conventions/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -140,7 +140,7 @@ dependencies {
140
compileOnly("com.google.errorprone:error_prone_annotations")
141
142
codenarc("org.codenarc:CodeNarc:3.4.0")
143
- codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.20"))
+ codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.21"))
144
145
modules {
146
// checkstyle uses the very old google-collections which causes Java 9 module conflict with
0 commit comments