Upgrade to Groovy 4.0.24

Closes gh-43095
This commit is contained in:
Stéphane Nicoll
2024-11-11 07:58:02 +09:00
parent cf158d5299
commit ce06d6f8e0

View File

@@ -448,7 +448,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"