Browse Source

Upgrade to Groovy 3.0.9

Closes gh-28006
pull/28028/head
Stephane Nicoll 5 years ago
parent
commit
f3ced3f3e5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -363,7 +363,7 @@ bom { @@ -363,7 +363,7 @@ bom {
]
}
}
library("Groovy", "3.0.8") {
library("Groovy", "3.0.9") {
group("org.codehaus.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save