Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps com.zaxxer:HikariCP from 6.3.1 to 7.0.0.

Changelog

Sourced from com.zaxxer:HikariCP's changelog.

HikariCP Changes

Changes in 7.0.0

  • merged #2340 NoSuchMethodException error that is thrown when setting a metric registry, fixes to UtilityElf reflection code to use the correct method signature.

  • fixed #1294 add support for HikariCredentialsProvider class

  • fixed #2265 bail out of the pool filling loop if the thread is interrupted

Changes in 6.3.2

  • fixed #2342 restore module-info.class to jar file, which was lost in 6.3.1

  • fixed #2256 add support for legacy override of getUsername()/getPassword() of HikariDataSource. See project page for documentation of system property com.zaxxer.hikari.legacy.supportUserPassDataSourceOverride.

  • fixed #2323 right or wrong (wrt driver behavior) return to previous Connection.get/setSchema behavior

  • fixed #2288 upgrade dependencies and fix build warnings

Changes in 6.3.1

  • fixed #2315 source jar contains also binary .class files and missing some .java files

  • fixed #2307 remove improper hardcoded timout, use validationTimeout

  • fixed #2305 keep properties key and values as is rather than forcing stringification. Also fixes #2286 and #2304

  • upgraded various maven plugin dependencies to latest versions

Changes in 6.3.0

  • increase keepaliveTime variance from 10% to 20%

  • merged #2266 support duration values for configuration from properties, such as 10ms, 20s, 30m, 40h or 50d

  • merged #2284 align logs from HikariPool.logPoolState()

  • merged #2285 set default value for maxIdle in HikariConfig constructor (no functional change)

  • merged #2294 Allow setting String[] and int[] properties (useful for pgjdbc HA configuration)

  • merged #2300 catch java.lang.Error instead of java.lang.Exception under certain conditions

Changes in 6.2.1

  • change default keepaliveTime to 2 minutes

... (truncated)

Commits
  • 80bccb8 [maven-release-plugin] prepare release HikariCP-7.0.0
  • e21e4cb comment #2343 add additional junit test for PostgreSQL v42.7.7 using only the...
  • 4da46f5 fixes #2265 bail out of the pool filling loop if the thread is interrupted
  • af4bf7f update CHANGES log
  • 1a17112 fixes #2340 merged UtilityElf reflection instantiation improvements
  • 483b833 fixes #1294 add support for HikariCredentialsProvider class
  • 33692d2 update CHANGES and README.md
  • 68f00ff [maven-release-plugin] prepare for next development iteration
  • 2812f8f [maven-release-plugin] prepare release HikariCP-6.3.2
  • 25cfcb1 fixes #2342 restore module-info.class to jar file
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Related to project dependencies java Pull requests that update Java code labels Aug 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 4, 2025 08:33
@dependabot dependabot bot added dependencies Related to project dependencies java Pull requests that update Java code labels Aug 4, 2025
@zefir-git zefir-git self-assigned this Aug 4, 2025
zefir-git
zefir-git previously approved these changes Aug 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

A newer version of com.zaxxer:HikariCP exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@zefir-git
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/maven/com.zaxxer-HikariCP-7.0.0 branch from 06f7b9a to 6b0e64c Compare August 21, 2025 05:24
@zefir-git zefir-git closed this Aug 21, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@zefir-git
Copy link
Member

@dependabot recreate

@dependabot dependabot bot deleted the dependabot/maven/com.zaxxer-HikariCP-7.0.0 branch August 21, 2025 14:31
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2025

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@zefir-git
Copy link
Member

@dependabot reopen

@dependabot dependabot bot reopened this Aug 21, 2025
@dependabot dependabot bot restored the dependabot/maven/com.zaxxer-HikariCP-7.0.0 branch August 21, 2025 14:31
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.3.1 to 7.0.0.
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-6.3.1...HikariCP-7.0.0)

---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.zaxxer-HikariCP-7.0.0 branch from 6b0e64c to 097d893 Compare August 21, 2025 14:32
@zefir-git zefir-git closed this Aug 21, 2025
@dependabot dependabot bot deleted the dependabot/maven/com.zaxxer-HikariCP-7.0.0 branch August 21, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to project dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants