Upgrade to Groovy 4.0.22

Closes gh-41373
This commit is contained in:
Andy Wilkinson
2024-07-09 12:11:04 +01:00
parent 76ebf9850d
commit 3e7a13b8fa

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"