Skip to content

Bump org.xerial:sqlite-jdbc from 3.53.2.0 to 3.53.2.1 in /java - #212

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/java/org.xerial-sqlite-jdbc-3.53.2.1
Aug 11, 2026
Merged

Bump org.xerial:sqlite-jdbc from 3.53.2.0 to 3.53.2.1 in /java#212
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/java/org.xerial-sqlite-jdbc-3.53.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps org.xerial:sqlite-jdbc from 3.53.2.0 to 3.53.2.1.

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.53.2.1

Changelog

🐛 Fixes

jdbc

  • map DATETIME column type to Types.TIMESTAMP (19ac6bb), closes #1436
  • throw SQLException from createConnection on invalid URL (fe636b7)
  • escape resolved table name in getExportedKeys query (b8eca2a)
  • escape catalog and schema in foreign key metadata queries (ff4b847)
  • escape table type values in getTables metadata query (33eaa19)
  • escape table name in getColumns metadata query (a5149f8)

pool

  • reset connection before notifying listeners on close (57f6cfa), closes #821

unscoped

  • fallback to isAlpineLinux when map_files contains no musl entries (7537528), closes #1382

🔄️ Changes

🛠 Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (75f593a)
  • bump org.graalvm.sdk:nativeimage from 25.0.3 to 25.1.3 (ac69b1e)
  • bump org.graalvm.buildtools:native-maven-plugin (37988f4)
  • bump org.graalvm.buildtools:native-maven-plugin (aae577a)
  • bump actions/checkout from 6 to 7 (9761dfd)
  • bump org.graalvm.buildtools:native-maven-plugin (e21a3b4)

deps-dev

  • bump org.apache.maven.plugins:maven-help-plugin (dcf3ea2)
  • bump org.jreleaser:jreleaser-maven-plugin (02e2e53)
  • bump org.sonatype.central:central-publishing-maven-plugin (72b9a31)

unscoped

  • add missing configuration for msvc (25b5de5)
  • central publishing wait only until validated (7018821)
  • switch to a maintained fork of setup-msvc-dev (3ca5e70)
  • fix older graalvm on windows (bb1382c)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck, Javid Khan, Kamil Krzywanski, Kilo Code Bot, dxbjavid

Commits
  • 94c0ea1 chore(release): 3.53.2.1 [skip ci]
  • eec4fc5 style: spotless apply
  • 25b5de5 ci: add missing configuration for msvc
  • 7018821 build: central publishing wait only until validated
  • 7537528 fix: fallback to isAlpineLinux when map_files contains no musl entries
  • 3ca5e70 ci: switch to a maintained fork of setup-msvc-dev
  • 75f593a build(deps): bump org.graalvm.buildtools:native-maven-plugin
  • 57f6cfa fix(pool): reset connection before notifying listeners on close
  • 19ac6bb fix(jdbc): map DATETIME column type to Types.TIMESTAMP
  • fe636b7 fix(jdbc): throw SQLException from createConnection on invalid URL
  • 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 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 [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.53.2.0 to 3.53.2.1.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.53.2.0...3.53.2.1)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-version: 3.53.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from a team as a code owner August 11, 2026 17:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 11, 2026

@senzingdevops senzingdevops left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions
github-actions Bot enabled auto-merge (squash) August 11, 2026 17:43
@github-actions

Copy link
Copy Markdown

🤖 Claude Code Review

Code Review Summary

This PR is a single-line dependency version bump: org.xerial:sqlite-jdbc from 3.53.2.03.53.2.1 in java/pom.xml (line 33). Reviewed against the checklist below.

Code Quality

  • Style conventions — Change is a single XML version string, consistent with existing formatting in java/pom.xml.
  • No commented-out code — N/A, no code changed.
  • Meaningful variable names — N/A.
  • DRY principle — N/A.
  • Defects (bugs/logic/security) — This is a patch-level version bump (3.53.2.0 → 3.53.2.1), which per semver convention should be a bug-fix-only release with no API changes. No defects introduced by this diff itself. Note: I have no network access in this run to verify the sqlite-jdbc 3.53.2.1 release notes/changelog — worth a quick manual check that it doesn't bundle a SQLite version with known regressions before merging, though patch bumps are low-risk.
  • CLAUDE.md considerations.claude/CLAUDE.md is unaffected by this change and remains environment-agnostic (uses $SENZING_PATH, generic paths). No update needed.

Testing

  • N/A — no new functions, endpoints, or logic added. A dependency patch bump doesn't require new tests; existing test/build suite (mvn package) should be run to confirm no regression, but no new test coverage is expected.

Documentation

  • N/A — no README, API docs, or CHANGELOG entries are warranted for a transitive dependency patch bump in this repo (no existing pattern of logging dependency bumps in CHANGELOG.md was found in the diff).

Security

  • No hardcoded credentials — None present.
  • Input validation — N/A.
  • Error handling — N/A.
  • No sensitive data in logs — N/A.
  • License files (.lic) / AQAAAD strings — No .lic files or license-key-like strings (AQAAAD...) present in this diff. Nothing to flag.

Verdict

Approve. This is a minimal, low-risk patch-version bump with no functional code changes. Nothing blocking. Only suggestion: confirm the sqlite-jdbc 3.53.2.1 release notes (manually, outside this tool) don't introduce any behavioral change relevant to the SQLite connections used in this project's Senzing snippets, then merge.

Automated code review analyzing defects and coding standards

@github-actions
github-actions Bot merged commit d7c78f8 into main Aug 11, 2026
58 checks passed
@github-actions
github-actions Bot deleted the dependabot/maven/java/org.xerial-sqlite-jdbc-3.53.2.1 branch August 11, 2026 17:56
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.

2 participants