-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
spring-boot-dependencies:2.5.6
includes HikariCP:4.0.3
and slf4j:1.7.32
. I believe this is a conflict because on JDK 11 HikariCP:4.0.3
depends on slf4j:2.0.0-alpha1
https://github.com/brettwooldridge/HikariCP/blob/HikariCP-4.0.3/pom.xml#L605. It currently seems to work by chance as HikariCP does not yet seem to call any new API.
Note that HikariCP:4.0.3
is outdated and in maintenance mode, the current version is HikariCP:5.0.0
which requires JDK 11.
A reproducer can be found here: https://github.com/marschall/hikari-dependencies
Metadata
Metadata
Assignees
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply