Skip to content

Commit e9a966a

Browse files
committed
Upgrade to Groovy 2.5.13
Closes gh-22526
1 parent a056eb4 commit e9a966a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,7 @@ bom {
362362
]
363363
}
364364
}
365-
library("Groovy", "2.5.12") {
366-
prohibit("[2.5.13,2.5.14)") {
367-
because "regression with @Log"
368-
}
365+
library("Groovy", "2.5.13") {
369366
group("org.codehaus.groovy") {
370367
imports = [
371368
"groovy-bom"

0 commit comments

Comments
 (0)