Upgrade to Groovy 4.0.26

Closes gh-44605
This commit is contained in:
Stéphane Nicoll 2025-03-06 15:06:05 +01:00
parent 92c198e536
commit 0ce71e2c06

View File

@ -461,7 +461,7 @@ bom {
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
}
}
library("Groovy", "4.0.25") {
library("Groovy", "4.0.26") {
prohibit {
contains "-alpha-"
because "we don't want alpha dependencies"