Upgrade to Groovy 4.0.26

Closes gh-44538
This commit is contained in:
Stéphane Nicoll
2025-03-05 12:51:43 +01:00
parent 5a470c6df2
commit b28794e331

View File

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