Skip to content

Commit 88e2810

Browse files
committed
Merge branch '2.3.x'
Closes gh-22527
2 parents 57539e0 + e9a966a commit 88e2810

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
@@ -349,10 +349,7 @@ bom {
349349
]
350350
}
351351
}
352-
library("Groovy", "2.5.12") {
353-
prohibit("[2.5.13,2.5.14)") {
354-
because "regression with @Log"
355-
}
352+
library("Groovy", "2.5.13") {
356353
group("org.codehaus.groovy") {
357354
imports = [
358355
"groovy-bom"

0 commit comments

Comments
 (0)