Skip to content

Commit 296bd9e

Browse files
fix(deps): update dependency org.codehaus.groovy:groovy-bom to v3.0.21 (main) (#10732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16c3bb1 commit 296bd9e

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
@@ -140,7 +140,7 @@ dependencies {
140140
compileOnly("com.google.errorprone:error_prone_annotations")
141141

142142
codenarc("org.codenarc:CodeNarc:3.4.0")
143-
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.20"))
143+
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.21"))
144144

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

0 commit comments

Comments
 (0)