Skip to content

Commit 4c81438

Browse files
fix(deps): update dependency org.codehaus.groovy:groovy-bom to v3.0.24 (#13417)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92e62eb commit 4c81438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ dependencies {
161161
compileOnly("com.google.errorprone:error_prone_annotations")
162162

163163
codenarc("org.codenarc:CodeNarc:3.6.0")
164-
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.23"))
164+
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.24"))
165165

166166
modules {
167167
// checkstyle uses the very old google-collections which causes Java 9 module conflict with

0 commit comments

Comments
 (0)