Skip to content

Commit 360d44a

Browse files
committed
Restrict JLine version to 2.11 to avoid breaking changes in 2.12+
Closes gh-22072
1 parent 9b26c67 commit 360d44a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ bom {
3535
}
3636
}
3737
library("JLine", "2.11") {
38+
prohibit("[2.12,)") {
39+
because "it contains breaking changes"
40+
}
3841
group("jline") {
3942
modules = [
4043
"jline"

0 commit comments

Comments
 (0)