Update dependency org.codehaus.groovy:groovy-bom to v3.0.21 (#1211)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-01 08:09:55 -08:00 committed by GitHub
parent b7736a6087
commit d9e07bf460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ repositories {
} }
} }
val groovyVersion = "3.0.20" val groovyVersion = "3.0.21"
dependencies { dependencies {
api(platform("org.codehaus.groovy:groovy-bom:$groovyVersion")) api(platform("org.codehaus.groovy:groovy-bom:$groovyVersion"))