Upgrade to Groovy 4.0.24

Closes gh-43099
This commit is contained in:
Stéphane Nicoll
2024-11-11 08:17:44 +09:00
parent e146331d92
commit d0623bcbf3

View File

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