Browse Source

Upgrade to Groovy 4.0.11

Closes gh-34874
pull/34945/head
Stephane Nicoll 3 years ago
parent
commit
d917797e71
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -295,7 +295,7 @@ bom { @@ -295,7 +295,7 @@ bom {
]
}
}
library("Groovy", "4.0.10") {
library("Groovy", "4.0.11") {
group("org.apache.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save