Skip to content

build(deps): Bump com.zaxxer:HikariCP from 6.3.0 to 6.3.1 #2247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2025

Bumps com.zaxxer:HikariCP from 6.3.0 to 6.3.1.

Changelog

Sourced from com.zaxxer:HikariCP's changelog.

HikariCP Changes

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

  • fix commons-compress dependency, make test scope

Changes in 6.2.0

  • merged #2238 handle SQLTimeoutException without eviction. Users looking to preserve previous behavior should provide an implementation of com.zaxxer.hikari.SQLExceptionOverride to the pool configuration.

  • added new enum value, Override.MUST_EVICT, available to implementations of com.zaxxer.hikari.SQLExceptionOverride

  • enhanced debug logging in circumstances where the pool falls to zero size and new connections to the database continue to fail.

  • update test dependencies that were flagged as having vulnerabilities

Changes in 6.1.0

  • fixed #1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction

  • merged #1962 dropwizard 5 metrics are now supported via the setMetricRegistry() method in HikariConfig and in HikariDataSource

... (truncated)

Commits
  • 9bffe3f [maven-release-plugin] prepare release HikariCP-6.3.1
  • f11423c fix nexusURL
  • e56fa46 Update CHANGES file
  • f738486 Keep properties keys and values as it is (#2305)
  • 1b2827e fixes#2307 remove hardcoded timout, use validationTimeout
  • 685e6e5 try to publish using compatibility url
  • 33b63b0 Javadoc generation changes and fixes
  • feaf662 [maven-release-plugin] prepare for next development iteration
  • See full diff 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 Pull requests that update a dependency file java Pull requests that update Java code labels Jul 22, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 22, 2025
@dependabot dependabot bot added the java Pull requests that update Java code label Jul 22, 2025
Copy link

Thank you for following naming conventions! 😻

Copy link

vercel bot commented Jul 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
javafx-tool ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 23, 2025 1:06am

Copy link

coderabbitai bot commented Jul 22, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • build(deps)

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

mergify bot commented Jul 22, 2025

@unknowIfGuestInDream
Please also modify the following files, thank you.

  • docs/README.md
  • core/src/main/java/com/tlcsdm/core/util/DependencyInfo.java

Copy link
Contributor

github-actions bot commented Jul 22, 2025

阿里云 Maven 依赖检查结果

点击查看可用的依赖✅ org.junit:junit-bom:5.13.3 - 可用
✅ com.github.stephenc.jcip:jcip-annotations:1.0-1 - 可用
✅ org.openjfx:javafx-web:21.0.7 - 可用
✅ org.openjfx:javafx-media:21.0.7 - 可用
✅ org.openjfx:javafx-swing:21.0.7 - 可用
✅ com.tlcsdm:javafx-swt:21.0.4 - 可用
✅ org.apache.poi:poi-ooxml:5.4.1 - 可用
✅ commons-io:commons-io:2.19.0 - 可用
✅ org.apache.commons:commons-csv:1.14.0 - 可用
✅ org.apache.commons:commons-compress:1.27.1 - 可用
✅ org.apache.commons:commons-exec:1.5.0 - 可用
✅ org.apache.commons:commons-text:1.13.1 - 可用
✅ org.apache.commons:commons-email:1.6.0 - 可用
✅ commons-collections:commons-collections:3.2.2 - 可用
✅ org.apache.commons:commons-collections4:4.5.0 - 可用
✅ org.apache.commons:commons-math3:3.6.1 - 可用
✅ org.apache.commons:commons-crypto:1.2.0 - 可用
✅ commons-codec:commons-codec:1.18.0 - 可用
✅ commons-logging:commons-logging:1.3.5 - 可用
✅ org.freemarker:freemarker:2.3.34 - 可用
✅ jaxen:jaxen:2.0.0 - 可用
✅ org.dom4j:dom4j:2.2.0 - 可用
✅ com.sikulix:sikulixapi:2.0.5 - 可用
✅ com.tlcsdm:tlcsdm-common:1.4.6 - 可用
✅ org.projectlombok:lombok:1.18.38 - 可用
✅ com.tlcsdm:tlcsdm-asyncTool:1.0.1 - 可用
✅ ch.qos.logback:logback-classic:1.5.18 - 可用
✅ org.slf4j:slf4j-api:2.0.17 - 可用
✅ org.apache.commons:commons-configuration2:2.12.0 - 可用
✅ com.googlecode.aviator:aviator:5.4.3 - 可用
✅ org.apache.commons:commons-jexl3:3.5.0 - 可用
✅ commons-beanutils:commons-beanutils:1.11.0 - 可用
✅ org.apache.commons:commons-lang3:3.18.0 - 可用
✅ org.reflections:reflections:0.10.2 - 可用
✅ org.javassist:javassist:3.30.2-GA - 可用
✅ cn.hutool:hutool-core:5.8.39 - 可用
✅ cn.hutool:hutool-json:5.8.39 - 可用
✅ cn.hutool:hutool-crypto:5.8.39 - 可用
✅ cn.hutool:hutool-http:5.8.39 - 可用
✅ cn.hutool:hutool-poi:5.8.39 - 可用
✅ cn.hutool:hutool-log:5.8.39 - 可用
✅ cn.hutool:hutool-dfa:5.8.39 - 可用
✅ cn.hutool:hutool-extra:5.8.39 - 可用
✅ cn.hutool:hutool-cache:5.8.39 - 可用
✅ org.apache.logging.log4j:log4j-core:2.25.1 - 可用
✅ org.apache.logging.log4j:log4j-api:2.25.1 - 可用
✅ org.slf4j:log4j-over-slf4j:2.0.17 - 可用
✅ com.google.guava:guava:33.4.8-jre - 可用
✅ com.github.ben-manes.caffeine:caffeine:3.2.2 - 可用
✅ io.github.java-diff-utils:java-diff-utils:4.16 - 可用
✅ org.testfx:testfx-junit5:4.0.18 - 可用
✅ org.assertj:assertj-core:3.27.3 - 可用
✅ org.apache.pdfbox:pdfbox:3.0.5 - 可用
✅ org.apache.pdfbox:xmpbox:3.0.5 - 可用
✅ org.apache.pdfbox:preflight:3.0.5 - 可用
✅ com.dlsc.pdfviewfx:pdfviewfx:3.1.1 - 可用
✅ technology.tabula:tabula:1.0.5 - 可用
✅ com.google.code.gson:gson:2.13.1 - 可用
✅ com.fasterxml.jackson.core:jackson-databind:2.19.2 - 可用
✅ com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.2 - 可用
✅ com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2 - 可用
✅ org.kordamp.bootstrapfx:bootstrapfx-core:0.4.0 - 可用
✅ com.dlsc.formsfx:formsfx-core:11.6.0 - 可用
✅ org.kordamp.ikonli:ikonli-bom:12.4.0 - 可用
✅ org.fxmisc.richtext:richtextfx:0.11.5 - 可用
✅ org.apache.groovy:groovy:4.0.27 - 可用
✅ org.apache.groovy:groovy-templates:4.0.27 - 可用
✅ org.apache.groovy:groovy-json:4.0.27 - 可用
✅ org.apache.groovy:groovy-xml:4.0.27 - 可用
✅ org.apache.groovy:groovy-datetime:4.0.27 - 可用
✅ org.apache.groovy:groovy-swing:4.0.27 - 可用
✅ org.apache.groovy:groovy-jsr223:4.0.27 - 可用
✅ org.apache.groovy:groovy-test-junit5:4.0.27 - 可用
✅ net.coobird:thumbnailator:0.4.20 - 可用
✅ com.dlsc.preferencesfx:preferencesfx-core:11.17.0 - 可用
✅ com.yahoo.platform.yui:yuicompressor:2.4.8 - 可用
✅ org.eclipse.platform:org.eclipse.jface:3.37.0 - 可用
✅ org.eclipse.platform:org.eclipse.swt.win32.win32.x86_64:3.130.0 - 可用
✅ org.eclipse.platform:org.eclipse.swt.cocoa.macosx.x86_64:3.130.0 - 可用
✅ org.eclipse.platform:org.eclipse.swt.gtk.linux.ppc64le:3.130.0 - 可用
✅ net.java.dev.jna:jna-jpms:5.17.0 - 可用
✅ com.alphacephei:vosk:0.3.45 - 可用
✅ net.java.dev.jna:jna-platform-jpms:5.17.0 - 可用
✅ ws.schild:jave-core:3.5.0 - 可用
✅ ws.schild:jave-nativebin-win64:3.5.0 - 可用
✅ ws.schild:jave-nativebin-osxm1:3.5.0 - 可用
✅ ws.schild:jave-nativebin-linux64:3.5.0 - 可用
✅ jakarta.xml.bind:jakarta.xml.bind-api:4.0.2 - 可用
✅ org.glassfish.jaxb:jaxb-core:4.0.5 - 可用
✅ org.glassfish.jaxb:jaxb-runtime:4.0.5 - 可用
✅ org.glassfish.jaxb:jaxb-jxc:4.0.5 - 可用
✅ org.glassfish.jaxb:jaxb-xjc:4.0.5 - 可用
✅ org.glassfish.jaxb:txw2:4.0.5 - 可用
✅ com.sun.xml.bind:jaxb-impl:4.0.5 - 可用
✅ com.sun.xml.bind:jaxb-xjc:4.0.5 - 可用
✅ com.sun.xml.bind:jaxb-jxc:4.0.5 - 可用
✅ org.python:jython-slim:2.7.4 - 可用
✅ se.bjurr.violations:violations-lib:1.157.3 - 可用
✅ net.sourceforge.pmd:pmd-java:7.15.0 - 可用
✅ net.sourceforge.pmd:pmd-test:7.15.0 - 可用
✅ net.sourceforge.pmd:pmd-lang-test:7.15.0 - 可用
✅ net.sourceforge.pmd:pmd-xml:7.15.0 - 可用
✅ net.sourceforge.pmd:pmd-cpp:7.15.0 - 可用
✅ net.sourceforge.pmd:pmd-python:7.15.0 - 可用
✅ net.bytebuddy:byte-buddy:1.17.6 - 可用
✅ net.bytebuddy:byte-buddy-agent:1.17.6 - 可用
✅ net.bytebuddy:byte-buddy-dep:1.17.6 - 可用
✅ org.ow2.asm:asm:9.8 - 可用
✅ org.ow2.asm:asm-commons:9.8 - 可用
✅ org.ow2.asm:asm-util:9.8 - 可用
✅ org.ow2.asm:asm-tree:9.8 - 可用
✅ org.ow2.asm:asm-analysis:9.8 - 可用
✅ net.sourceforge.tess4j:tess4j:5.16.0 - 可用
✅ com.zaxxer:HikariCP:6.3.1 - 可用
✅ com.alibaba:druid:1.2.27 - 可用
✅ com.h2database:h2:2.3.232 - 可用
✅ org.jcommander:jcommander:2.0 - 可用
✅ io.github.java-native:jssc:2.10.2 - 可用
✅ com.fazecast:jSerialComm:2.11.2 - 可用
✅ com.gluonhq:rich-text-area:1.2.2 - 可用
✅ io.github.typhon0:AnimateFX:1.3.0 - 可用
✅ com.github.oshi:oshi-core-java11:6.8.2 - 可用
✅ io.github.classgraph:classgraph:4.8.181 - 可用
✅ org.checkerframework:checker-qual:3.49.5 - 可用
✅ org.jfxtras:jfxtras-controls:17-r1 - 可用
✅ net.lingala.zip4j:zip4j:2.11.5 - 可用
✅ net.sourceforge.plantuml:plantuml-mit:1.2025.4 - 可用
✅ org.apache.commons:commons-imaging:1.0.0-alpha6 - 可用
✅ net.ifok.image:image4j:0.7.2 - 可用
✅ fr.brouillard.oss:cssfx:11.5.1 - 可用
✅ net.jonathangiles.tools:teenyhttpd:1.0.5 - 可用
✅ com.puppycrawl.tools:checkstyle:10.26.1 - 可用
✅ com.cedarsoftware:java-util:3.7.0 - 可用
✅ org.eclipse.collections:eclipse-collections-api:13.0.0 - 可用
✅ org.eclipse.collections:eclipse-collections:13.0.0 - 可用
✅ black.ninia:jep:4.2.2 - 可用
✅ com.twelvemonkeys.imageio:imageio-bmp:3.12.0 - 可用
✅ com.twelvemonkeys.imageio:imageio-icns:3.12.0 - 可用
✅ com.github.gino0631:icns-core:1.2 - 可用
✅ com.google.inject:guice:7.0.0 - 可用
✅ com.google.inject.extensions:guice-testlib:7.0.0 - 可用
✅ org.openjdk.jmh:jmh-core:1.37 - 可用
✅ org.openjdk.jmh:jmh-generator-annprocess:1.37 - 可用
✅ com.github.jtidy:jtidy:1.0.5 - 可用
✅ com.fathzer:javaluator:3.0.6 - 可用
✅ com.palantir.javapoet:javapoet:0.7.0 - 可用
✅ org.openjdk.nashorn:nashorn-core:15.6 - 可用
✅ org.jruby:jruby-core:9.4.13.0 - 可用
✅ io.nayuki:qrcodegen:1.8.0 - 可用
✅ org.xerial:sqlite-jdbc:3.50.2.0 - 可用
✅ org.openjfx:javafx-base:21.0.7 - 可用
✅ org.openjfx:javafx-controls:21.0.7 - 可用
✅ org.openjfx:javafx-fxml:21.0.7 - 可用
✅ org.openjfx:javafx-graphics:21.0.7 - 可用
✅ org.controlsfx:controlsfx:11.2.2 - 可用
✅ org.junit.jupiter:junit-jupiter-api:5.13.3 - 可用
✅ org.junit.jupiter:junit-jupiter-engine:5.13.3 - 可用
✅ org.junit.jupiter:junit-jupiter-params:5.13.3 - 可用

Copy link
Contributor

github-actions bot commented Jul 22, 2025

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.1.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.3.0 to 6.3.1.
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-6.3.0...HikariCP-6.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor

mergify bot commented Jul 23, 2025

@dependabot[bot]
There are some conflicts within your pull request.
Could you please fix them?

@dependabot dependabot bot force-pushed the dependabot/maven/com.zaxxer-HikariCP-6.3.1 branch from 17b8474 to 3271a67 Compare July 23, 2025 01:06
Copy link
Contributor

mergify bot commented Jul 23, 2025

@unknowIfGuestInDream
Please also modify the following files, thank you.

  • docs/README.md
  • core/src/main/java/com/tlcsdm/core/util/DependencyInfo.java

@mergify mergify bot merged commit bd31137 into master Jul 23, 2025
26 of 32 checks passed
@mergify mergify bot deleted the dependabot/maven/com.zaxxer-HikariCP-6.3.1 branch July 23, 2025 01:08
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file dependency-submission java Pull requests that update Java code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant