Downgrade to HSQLDB 2.7.3 and block upgrade

Closes gh-43165
This commit is contained in:
Phillip Webb 2024-11-14 10:31:50 -08:00
parent 8ae8d27d9f
commit 82352868ea
1 changed files with 5 additions and 1 deletions

View File

@ -417,7 +417,11 @@ bom {
]
}
}
library("HSQLDB", "2.7.4") {
library("HSQLDB", "2.7.3") {
prohibit {
versionRange "[2.7.4]"
because "it contains a bug that breaks Spring Data (https://sourceforge.net/p/hsqldb/bugs/1725/)"
}
group("org.hsqldb") {
modules = [
"hsqldb"