Skip to content

Bump org.xerial:sqlite-jdbc from 3.53.0.0 to 3.53.1.0#215

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.xerial-sqlite-jdbc-3.53.1.0
Open

Bump org.xerial:sqlite-jdbc from 3.53.0.0 to 3.53.1.0#215
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.xerial-sqlite-jdbc-3.53.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Bumps org.xerial:sqlite-jdbc from 3.53.0.0 to 3.53.1.0.

Release notes

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

Release 3.53.1.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.53.1 (8263322)

🔄️ Changes

  • rewrite amalgamation_version.sh for POSIX shell (52522d0)
  • fix android usage (7ef8e0f)

🛠 Build

deps

  • bump gummy-bears-api-24 to 0.14.0 (a28d6ce)
  • bump gummy-bears-api-24 to 0.13.0 (248e1e9)

deps-dev

  • bump org.jreleaser:jreleaser-maven-plugin (396fdf3)
  • bump com.tngtech.archunit:archunit-junit5 (458abe1)

unscoped

  • conditionally bootstrap SLF4J API JAR (bc7d223)
  • make JAVA_CLASSPATH configurable (5aa7426)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck, Michael Osipov

Commits
  • b01674f chore(release): 3.53.1.0 [skip ci]
  • e6719db chore: update native libraries
  • 8263322 feat(sqlite): upgrade to sqlite 3.53.1
  • 396fdf3 build(deps-dev): bump org.jreleaser:jreleaser-maven-plugin
  • bc7d223 build: conditionally bootstrap SLF4J API JAR
  • 4cd221a chore: remove execute bit on non-executable files
  • 5aa7426 build: make JAVA_CLASSPATH configurable
  • 52522d0 refactor: rewrite amalgamation_version.sh for POSIX shell
  • a28d6ce build(deps): bump gummy-bears-api-24 to 0.14.0
  • 458abe1 build(deps-dev): bump com.tngtech.archunit:archunit-junit5
  • 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.0.0 to 3.53.1.0.
- [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.0.0...3.53.1.0)

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

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 May 27, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 27, 2026 12:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 27, 2026
Copy link
Copy Markdown

@senzingdevops senzingdevops left a comment

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
Copy link
Copy Markdown

🤖 Claude Code Review

Code Review: Dependency Bump org.xerial:sqlite-jdbc 3.53.0.0 → 3.53.1.0

This is a straightforward patch-level dependency version bump. Review against each checklist item:


Code Quality

  • Style guide: Single-line pom.xml change, no style concerns.
  • No commented-out code: N/A.
  • Meaningful variable names: N/A.
  • DRY principle: N/A.
  • Defects / bugs / security: Patch version bump (3.53.0.03.53.1.0). No logic changes introduced. No security vulnerabilities introduced by this change — patch releases for SQLite JDBC typically include bug fixes and minor improvements.
  • CLAUDE.md review: No changes to project configuration files.

Testing

  • Unit/integration tests: No new code requiring tests. Existing tests exercise the SQLite JDBC driver and will validate compatibility with the new version at CI time.
  • Edge cases: N/A for a dependency bump.
  • ⚠️ Test coverage: No test changes accompany this bump. Acceptable for a patch dependency update, but CI should be verified green before merging.

Documentation

  • README: No update needed for a patch dependency bump.
  • API docs: N/A.
  • Inline comments: N/A.
  • CHANGELOG.md: Not updated. Dependency version bumps are typically recorded in the changelog. Consider adding an entry under the current version (e.g., 4.0.0) noting the SQLite JDBC upgrade, consistent with how other dependency bumps are tracked in this project.
  • Markdown formatting: N/A (no Markdown files changed).

Security

  • No hardcoded credentials: N/A.
  • Input validation: N/A.
  • Error handling: N/A.
  • Sensitive data in logs: N/A.
  • No license files (.lic / AQAAAD strings): None present.

Summary

Area Status
Code Quality ✅ Pass
Testing ✅ Pass (CI verification recommended)
Documentation ❌ CHANGELOG.md not updated
Security ✅ Pass

One finding: The CHANGELOG.md should include an entry for this dependency bump. This appears to be the only gap — the change itself is low-risk and straightforward.

Automated code review analyzing defects and coding standards

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.

1 participant