Bump groovyVersion from 4.0.5 to 4.0.6 in /dependencyManagement (#6896)

This commit is contained in:
dependabot[bot] 2022-10-17 23:44:00 +00:00 committed by GitHub
parent bf56414bc6
commit cafab8e657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ val otelVersion = "1.19.0"
rootProject.extra["otelVersion"] = otelVersion
// Need both BOM and groovy jars
val groovyVersion = "4.0.5"
val groovyVersion = "4.0.6"
// 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