Browse Source

Upgrade to Groovy 4.0.21

Closes gh-40245
pull/40319/head
Andy Wilkinson 2 years ago
parent
commit
c1cfcecff1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

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

Loading…
Cancel
Save