Browse Source

Upgrade to Groovy 3.0.11

Closes gh-31411
pull/31676/head
Stephane Nicoll 4 years ago
parent
commit
623a48fb03
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save