Browse Source

Upgrade to Groovy 4.0.15

Closes gh-37384
pull/37462/head
Stephane Nicoll 3 years ago
parent
commit
f4d16d19e5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save