Skip to content

Commit

Permalink
Upgrade to Groovy 2.5.13
Browse files Browse the repository at this point in the history
Closes gh-22526
  • Loading branch information
snicoll committed Jul 23, 2020
1 parent a056eb4 commit e9a966a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -362,10 +362,7 @@ bom {
]
}
}
library("Groovy", "2.5.12") {
prohibit("[2.5.13,2.5.14)") {
because "regression with @Log"
}
library("Groovy", "2.5.13") {
group("org.codehaus.groovy") {
imports = [
"groovy-bom"
Expand Down

0 comments on commit e9a966a

Please sign in to comment.