Skip to content

Commit 4753ee0

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-43167
2 parents f9b12d5 + 8235286 commit 4753ee0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,11 @@ bom {
558558
javadoc("https://javadoc.io/doc/com.zaxxer/HikariCP/{version}", "com.zaxxer.hikari")
559559
}
560560
}
561-
library("HSQLDB", "2.7.4") {
561+
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+
}
562566
group("org.hsqldb") {
563567
modules = [
564568
"hsqldb"

0 commit comments

Comments
 (0)