Upgrade to Groovy 4.0.22

Closes gh-41388
This commit is contained in:
Andy Wilkinson
2024-07-09 12:36:13 +01:00
parent 1b92c3e1ff
commit 62dd049c07

View File

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