Upgrade to Groovy 4.0.21

Closes gh-40245
This commit is contained in:
Andy Wilkinson
2024-04-09 12:52:41 +01:00
parent 0cdfefb7f9
commit c1cfcecff1

View File

@@ -456,7 +456,7 @@ bom {
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
}
}
library("Groovy", "4.0.20") {
library("Groovy", "4.0.21") {
group("org.apache.groovy") {
imports = [
"groovy-bom"