Upgrade to Groovy 5.1.2

Closes gh-51673
This commit is contained in:
Stéphane Nicoll
2026-09-12 08:29:16 +02:00
parent 76f088b2ce
commit f35a92ba01
@@ -548,7 +548,7 @@ bom {
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
}
}
library("Groovy", "5.0.8") {
library("Groovy", "5.1.2") {
prohibit {
contains "-alpha-"
because "we don't want alpha dependencies"