Upgrade to Groovy 4.0.20

Closes gh-39994
This commit is contained in:
Andy Wilkinson
2024-03-18 13:44:33 +00:00
parent e04540e8b6
commit e2d7d797d1

View File

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