Browse Source

Upgrade to Groovy 4.0.11

Closes gh-34911
pull/35377/head
Stephane Nicoll 3 years ago
parent
commit
76112f537f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -291,7 +291,7 @@ bom { @@ -291,7 +291,7 @@ bom {
]
}
}
library("Groovy", "4.0.10") {
library("Groovy", "4.0.11") {
group("org.apache.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save