Browse Source

Upgrade to Groovy 3.0.9

Closes gh-27976
pull/28375/head
Stephane Nicoll 4 years ago
parent
commit
f4cbcaf774
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save