Browse Source

Upgrade to Groovy 2.5.12

Closes gh-21846
pull/22035/head
Andy Wilkinson 6 years ago
parent
commit
2fef9629c5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -362,7 +362,7 @@ bom { @@ -362,7 +362,7 @@ bom {
]
}
}
library("Groovy", "2.5.11") {
library("Groovy", "2.5.12") {
group("org.codehaus.groovy") {
modules = [
"groovy",

Loading…
Cancel
Save