Browse Source

Upgrade to Groovy 3.0.15

Closes gh-34243
pull/34332/head
Andy Wilkinson 3 years ago
parent
commit
f5277430d6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -422,7 +422,7 @@ bom { @@ -422,7 +422,7 @@ bom {
]
}
}
library("Groovy", "3.0.14") {
library("Groovy", "3.0.15") {
group("org.codehaus.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save