fix(deps): update dependency org.codehaus.groovy:groovy-bom to v3.0.24 (#13417)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
92e62eb851
commit
4c81438bd2
|
@ -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.23"))
|
||||
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.24"))
|
||||
|
||||
modules {
|
||||
// checkstyle uses the very old google-collections which causes Java 9 module conflict with
|
||||
|
|
Loading…
Reference in New Issue