We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef8b780 + 4753ee0 commit f40acf4Copy full SHA for f40acf4
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -559,7 +559,11 @@ bom {
559
javadoc("https://javadoc.io/doc/com.zaxxer/HikariCP/{version}", "com.zaxxer.hikari")
560
}
561
562
- library("HSQLDB", "2.7.4") {
+ library("HSQLDB", "2.7.3") {
563
+ prohibit {
564
+ versionRange "[2.7.4]"
565
+ because "it contains a bug that breaks Spring Data (https://sourceforge.net/p/hsqldb/bugs/1725/)"
566
+ }
567
group("org.hsqldb") {
568
modules = [
569
"hsqldb"
0 commit comments