Skip to content

Commit a481b4a

Browse files
committed
Upgrade to HSQLDB 2.5.2
Closes gh-26051
1 parent 15f0d3d commit a481b4a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,10 @@ bom {
444444
]
445445
}
446446
}
447-
library("HSQLDB", "2.5.1") {
447+
library("HSQLDB", "2.5.2") {
448+
prohibit("[2.6.0,)") {
449+
because "it requires Java 11"
450+
}
448451
group("org.hsqldb") {
449452
modules = [
450453
"hsqldb"

0 commit comments

Comments
 (0)