Browse Source

Upgrade to Groovy 4.0.17

Closes gh-39175
pull/39395/head
Andy Wilkinson 2 years ago
parent
commit
f118d5d971
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -327,7 +327,7 @@ bom { @@ -327,7 +327,7 @@ bom {
]
}
}
library("Groovy", "4.0.16") {
library("Groovy", "4.0.17") {
group("org.apache.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save