diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 3c37d70d80f..21ec8cc12fb 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -35,6 +35,9 @@ bom { } } library("JLine", "2.11") { + prohibit("[2.12,)") { + because "it contains breaking changes" + } group("jline") { modules = [ "jline"