Upgrade to Groovy 4.0.25

Closes gh-44078
This commit is contained in:
Phillip Webb
2025-02-04 12:06:10 -08:00
parent 43819d281e
commit 842e57045a

View File

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