Bump groovyVersion from 4.0.7 to 4.0.8 (#7638)
This commit is contained in:
parent
adbd9664f4
commit
2027c7bf97
|
@ -12,7 +12,7 @@ val dependencyVersions = hashMapOf<String, String>()
|
|||
rootProject.extra["versions"] = dependencyVersions
|
||||
|
||||
// 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
|
||||
// old baseline versions but we do try to force those libraries' transitive dependencies to new
|
||||
|
|
Loading…
Reference in New Issue