Skip to content

Commit 823f436

Browse files
committed
Add exclusion for HikariCP 5
1 parent e32967a commit 823f436

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,9 @@ bom {
444444
}
445445
}
446446
library("HikariCP", "4.0.3") {
447+
prohibit("[5.0.0,)") {
448+
because "it requires Java 11"
449+
}
447450
group("com.zaxxer") {
448451
modules = [
449452
"HikariCP"

0 commit comments

Comments
 (0)