Upgrade to Groovy 4.0.25

Closes gh-44139
This commit is contained in:
Stéphane Nicoll 2025-02-05 12:28:12 +01:00
parent c80c08d7bd
commit 3e4a799bb9
1 changed files with 1 additions and 1 deletions

View File

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