Browse Source

Upgrade to Groovy 4.0.20

Closes gh-39976
pull/40157/head
Andy Wilkinson 2 years ago
parent
commit
8db6dbed1e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -339,7 +339,7 @@ bom { @@ -339,7 +339,7 @@ bom {
]
}
}
library("Groovy", "4.0.18") {
library("Groovy", "4.0.20") {
group("org.apache.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save