Bump groovyVersion from 4.0.7 to 4.0.8 (#7638)

This commit is contained in:
dependabot[bot] 2023-01-23 19:51:03 -08:00 committed by GitHub
parent adbd9664f4
commit 2027c7bf97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ val dependencyVersions = hashMapOf<String, String>()
rootProject.extra["versions"] = dependencyVersions rootProject.extra["versions"] = dependencyVersions
// Need both BOM and groovy jars // Need both BOM and groovy jars
val groovyVersion = "4.0.7" val groovyVersion = "4.0.8"
// We don't force libraries we instrument to new versions since we compile and test against specific // 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 // old baseline versions but we do try to force those libraries' transitive dependencies to new