Skip to content

Commit f40acf4

Browse files
committed
Merge branch '3.3.x'
Closes gh-43168
2 parents ef8b780 + 4753ee0 commit f40acf4

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
@@ -559,7 +559,11 @@ bom {
559559
javadoc("https://javadoc.io/doc/com.zaxxer/HikariCP/{version}", "com.zaxxer.hikari")
560560
}
561561
}
562-
library("HSQLDB", "2.7.4") {
562+
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+
}
563567
group("org.hsqldb") {
564568
modules = [
565569
"hsqldb"

0 commit comments

Comments
 (0)