Upgrade to Groovy 4.0.23

Closes gh-42296
This commit is contained in:
Stéphane Nicoll 2024-09-13 14:33:32 +02:00
parent d6bfdbd90e
commit c65d26fb81
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,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"