Browse Source

Upgrade to Groovy 4.0.14

Closes gh-37056
pull/37462/head
Stephane Nicoll 2 years ago
parent
commit
21c23a0763
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save