Browse Source

Upgrade to Groovy 4.0.14

Closes gh-37057
pull/38706/head
Stephane Nicoll 2 years ago
parent
commit
9729d37dce
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save