fix(deps): update groovy monorepo (patch) (#13925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-27 10:28:35 +03:00 committed by GitHub
parent b77a2d77ae
commit dcb04f5560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ dependencies {
compileOnly("com.google.errorprone:error_prone_annotations")
codenarc("org.codenarc:CodeNarc:3.6.0")
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.24"))
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.25"))
modules {
// checkstyle uses the very old google-collections which causes Java 9 module conflict with

View File

@ -10,7 +10,7 @@ val otelContribVersion = "1.46.0-alpha"
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
// Need both BOM and groovy jars
val groovyVersion = "4.0.26"
val groovyVersion = "4.0.27"
// We don't force libraries we instrument to new versions since we compile and test against specific
// old baseline versions but we do try to force those libraries' transitive dependencies to new