You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I known that spring boot minor versions try to avoid updates major version dependencies, but in case of hikaricp, I don't see any reason nor breaking changes that could break something. It's related with brettwooldridge/HikariCP#2127. HikariCP resolves several important bugs (See HikariCP changes). So I think it could be an exception and update hikaricp in spring boot 3.X
The text was updated successfully, but these errors were encountered:
It looks like we missed the major upgrades in 3.4. Sorry about that.
I don't think we want to change the version we use in 3.3 or 3.4. It feels too risky at this point. We will, however, make sure we upgrade to 6.2.1 for Spring Boot 3.5. We'll also do our best to ensure that users can self upgrade in earlier 3.x releases if they so wish to.
philwebb
changed the title
Update hikaricp from 5.1.0 to 6.2.1
Upgrade to HikariCP 6.2.1
Dec 13, 2024
I known that spring boot minor versions try to avoid updates major version dependencies, but in case of hikaricp, I don't see any reason nor breaking changes that could break something. It's related with brettwooldridge/HikariCP#2127. HikariCP resolves several important bugs (See HikariCP changes). So I think it could be an exception and update hikaricp in spring boot 3.X
The text was updated successfully, but these errors were encountered: