Browse Source

Upgrade to Groovy 4.0.10

Closes gh-34665
pull/34917/head
Andy Wilkinson 3 years ago
parent
commit
876d45b91a
  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.9") {
library("Groovy", "4.0.10") {
group("org.apache.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save