Upgrade to Groovy 4.0.23

Closes gh-42292
This commit is contained in:
Stéphane Nicoll 2024-09-13 11:20:54 +02:00
parent ee2ec9bc9d
commit 831cbedb31
1 changed files with 1 additions and 1 deletions

View File

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