Browse Source

Upgrade to Groovy 4.0.3

Closes gh-31631
pull/31663/head
Andy Wilkinson 4 years ago
parent
commit
432139fa7c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -304,7 +304,7 @@ bom { @@ -304,7 +304,7 @@ bom {
]
}
}
library("Groovy", "4.0.2") {
library("Groovy", "4.0.3") {
group("org.apache.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save