We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e62eb commit 4c81438Copy full SHA for 4c81438
conventions/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -161,7 +161,7 @@ dependencies {
161
compileOnly("com.google.errorprone:error_prone_annotations")
162
163
codenarc("org.codenarc:CodeNarc:3.6.0")
164
- codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.23"))
+ codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.24"))
165
166
modules {
167
// checkstyle uses the very old google-collections which causes Java 9 module conflict with
0 commit comments