Browse Source

Upgrade to Groovy 3.0.18

Closes gh-36312
pull/36620/head
Stephane Nicoll 2 years ago
parent
commit
2bc135c23b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -422,7 +422,7 @@ bom { @@ -422,7 +422,7 @@ bom {
]
}
}
library("Groovy", "3.0.17") {
library("Groovy", "3.0.18") {
group("org.codehaus.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save