Skip to content

Commit 8be4652

Browse files
committed
Merge branch '2.2.x' into 2.3.x
2 parents d2ed9dc + e7297b4 commit 8be4652

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ bom {
363363
}
364364
}
365365
library("Groovy", "2.5.12") {
366+
prohibit("[2.5.13,2.5.14)") {
367+
because "regression with @Log"
368+
}
366369
group("org.codehaus.groovy") {
367370
imports = [
368371
"groovy-bom"

0 commit comments

Comments
 (0)