Browse Source

Upgrade to Groovy 4.0.15

Closes gh-37386
pull/38706/head
Stephane Nicoll 3 years ago
parent
commit
e95fd56d3b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -333,7 +333,7 @@ bom { @@ -333,7 +333,7 @@ bom {
]
}
}
library("Groovy", "4.0.14") {
library("Groovy", "4.0.15") {
group("org.apache.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save