Browse Source

Upgrade to Groovy 4.0.16

Closes gh-38799
pull/38821/head
Andy Wilkinson 2 years ago
parent
commit
b20ed7c577
  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.15") {
library("Groovy", "4.0.16") {
group("org.apache.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save