fix(deps): update groovy monorepo to v4.0.20 (main) (patch) (#10851)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-14 09:22:10 +02:00 committed by GitHub
parent 99c1a532ad
commit 3a508d98f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ val otelContribVersion = "1.33.0-alpha"
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
// Need both BOM and groovy jars
val groovyVersion = "4.0.19"
val groovyVersion = "4.0.20"
// 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