Skip to content

Commit 8235286

Browse files
committed
Downgrade to HSQLDB 2.7.3 and block upgrade
Closes gh-43165
1 parent 8ae8d27 commit 8235286

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,11 @@ bom {
417417
]
418418
}
419419
}
420-
library("HSQLDB", "2.7.4") {
420+
library("HSQLDB", "2.7.3") {
421+
prohibit {
422+
versionRange "[2.7.4]"
423+
because "it contains a bug that breaks Spring Data (https://sourceforge.net/p/hsqldb/bugs/1725/)"
424+
}
421425
group("org.hsqldb") {
422426
modules = [
423427
"hsqldb"

0 commit comments

Comments
 (0)