Browse Source

Upgrade to Groovy 3.0.10

Closes gh-30223
pull/30505/head
Stephane Nicoll 4 years ago
parent
commit
17e07c22ca
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -369,7 +369,7 @@ bom { @@ -369,7 +369,7 @@ bom {
]
}
}
library("Groovy", "3.0.9") {
library("Groovy", "3.0.10") {
group("org.codehaus.groovy") {
imports = [
"groovy-bom"

Loading…
Cancel
Save