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 f9b12d5 + 8235286 commit 4753ee0Copy full SHA for 4753ee0
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -558,7 +558,11 @@ bom {
558
javadoc("https://javadoc.io/doc/com.zaxxer/HikariCP/{version}", "com.zaxxer.hikari")
559
}
560
561
- library("HSQLDB", "2.7.4") {
+ library("HSQLDB", "2.7.3") {
562
+ prohibit {
563
+ versionRange "[2.7.4]"
564
+ because "it contains a bug that breaks Spring Data (https://sourceforge.net/p/hsqldb/bugs/1725/)"
565
+ }
566
group("org.hsqldb") {
567
modules = [
568
"hsqldb"
0 commit comments