Skip to content

build(deps-dev): bump jdbi3.version from 3.53.0 to 3.54.0#363

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/jdbi3.version-3.54.0
Open

build(deps-dev): bump jdbi3.version from 3.53.0 to 3.54.0#363
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/jdbi3.version-3.54.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps jdbi3.version from 3.53.0 to 3.54.0.
Updates org.jdbi:jdbi3-core from 3.53.0 to 3.54.0

Release notes

Sourced from org.jdbi:jdbi3-core's releases.

3.54.0

  • fix deadlock in configuration caching (#2980)
  • fix prepared batch first-time-null binding (#2975)
  • Add @SqlPreflight (Alpha) for SQL Object methods. The annotation runs a literal SQL statement on the same Handle, immediately before the method's main statement, binding the method's arguments. This is useful for setting scoped/session variables before a query (e.g. a Postgres trigram threshold). It is repeatable and may be placed on a method or a SQL Object type. See issue #2979.
  • update postgres driver due to CVE-2026-42198
Changelog

Sourced from org.jdbi:jdbi3-core's changelog.

3.54.0

  • fix deadlock in configuration caching (#2980)
  • fix prepared batch first-time-null binding (#2975)
  • Add @SqlPreflight (Alpha) for SQL Object methods. The annotation runs a literal SQL statement on the same Handle, immediately before the method's main statement, binding the method's arguments. This is useful for setting scoped/session variables before a query (e.g. a Postgres trigram threshold). It is repeatable and may be placed on a method or a SQL Object type. See issue #2979.
  • update postgres driver due to CVE-2026-42198
Commits

Updates org.jdbi:jdbi3-sqlobject from 3.53.0 to 3.54.0

Release notes

Sourced from org.jdbi:jdbi3-sqlobject's releases.

3.54.0

  • fix deadlock in configuration caching (#2980)
  • fix prepared batch first-time-null binding (#2975)
  • Add @SqlPreflight (Alpha) for SQL Object methods. The annotation runs a literal SQL statement on the same Handle, immediately before the method's main statement, binding the method's arguments. This is useful for setting scoped/session variables before a query (e.g. a Postgres trigram threshold). It is repeatable and may be placed on a method or a SQL Object type. See issue #2979.
  • update postgres driver due to CVE-2026-42198
Changelog

Sourced from org.jdbi:jdbi3-sqlobject's changelog.

3.54.0

  • fix deadlock in configuration caching (#2980)
  • fix prepared batch first-time-null binding (#2975)
  • Add @SqlPreflight (Alpha) for SQL Object methods. The annotation runs a literal SQL statement on the same Handle, immediately before the method's main statement, binding the method's arguments. This is useful for setting scoped/session variables before a query (e.g. a Postgres trigram threshold). It is repeatable and may be placed on a method or a SQL Object type. See issue #2979.
  • update postgres driver due to CVE-2026-42198
Commits

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 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)

Bumps `jdbi3.version` from 3.53.0 to 3.54.0.

Updates `org.jdbi:jdbi3-core` from 3.53.0 to 3.54.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.53.0...v3.54.0)

Updates `org.jdbi:jdbi3-sqlobject` from 3.53.0 to 3.54.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.53.0...v3.54.0)

---
updated-dependencies:
- dependency-name: org.jdbi:jdbi3-core
  dependency-version: 3.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.jdbi:jdbi3-sqlobject
  dependency-version: 3.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 6, 2026
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants