Browse Source

Upgrade to Groovy 4.0.18

Closes gh-39568
pull/39630/head
Andy Wilkinson 2 years ago
parent
commit
c0ec714e0a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save