Skip to content

Commit bc93e9f

Browse files
fix(deps): update dependency org.codehaus.groovy:groovy-bom to v3.0.23
1 parent 0c2d504 commit bc93e9f

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

Lines changed: 1 addition & 1 deletion
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.5.0")
164-
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.22"))
164+
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.23"))
165165

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

0 commit comments

Comments
 (0)