Skip to content

Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 in /java#143

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/java/org.xerial-sqlite-jdbc-3.53.0.0
Open

Bump org.xerial:sqlite-jdbc from 3.51.3.0 to 3.53.0.0 in /java#143
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/java/org.xerial-sqlite-jdbc-3.53.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

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

Release notes

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

Release 3.53.0.0

Changelog

🚀 Features

jdbc

  • expose wal_autocheckpoint pragma in SQLiteConfig (dd2adcc), closes #1397

sqlite

  • upgrade to sqlite 3.53.0 (baaf087)

unscoped

🛠 Build

deps

  • bump org.sonatype.central:central-publishing-maven-plugin (19259e5)
  • bump EndBug/add-and-commit from 9 to 10 (f572217)

deps-dev

  • bump surefire.version from 3.5.4 to 3.5.5 (b649d25)
  • bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (857a754)
  • bump org.mockito:mockito-core from 5.21.0 to 5.23.0 (a597952)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Karl-Michael Edlinger, kju2

Commits
  • f88e9c7 chore(release): 3.53.0.0 [skip ci]
  • bdd2b64 feat: publish multiple classifer jars
  • 7eb6f3f feat: better Android support
  • 23ead2e chore: update native libraries
  • baaf087 feat(sqlite): upgrade to sqlite 3.53.0
  • dd2adcc feat(jdbc): expose wal_autocheckpoint pragma in SQLiteConfig
  • b649d25 build(deps-dev): bump surefire.version from 3.5.4 to 3.5.5
  • 857a754 build(deps-dev): bump org.assertj:assertj-core from 3.27.6 to 3.27.7
  • 19259e5 build(deps): bump org.sonatype.central:central-publishing-maven-plugin
  • a597952 build(deps-dev): bump org.mockito:mockito-core from 5.21.0 to 5.23.0
  • 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.51.3.0 to 3.53.0.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.51.3.0...3.53.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 14, 2026 17:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 14, 2026
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Summary: This PR bumps the org.xerial:sqlite-jdbc dependency from 3.51.3.0 to 3.53.0.0 in java/pom.xml.


Code Quality

  • Style guide: Single-line version bump in pom.xml — no style concerns.
  • No commented-out code: None present.
  • Meaningful variable names: N/A for this change.
  • DRY principle: N/A for this change.
  • Defects: No logic errors; this is a straightforward dependency update. No race conditions, memory leaks, or security vulnerabilities introduced by the change itself. The new version 3.53.0.0 should be verified against the sqlite-jdbc changelog for any breaking changes or known regressions, but the bump is from a patch-level series.
  • CLAUDE.md: No issues — the project config is general and environment-agnostic.

Testing

  • Unit/integration tests: No test changes included. Given the Java snippets build with Maven (mvn package) and use SQLite internally (likely for the SnippetRunner temp repository), it would be worth confirming the build and runner still work with the new JDBC version. There is no evidence tests were run as part of this PR.

Documentation

  • README: No update needed for a dependency bump.
  • API docs: N/A.
  • Inline comments: N/A.
  • CHANGELOG.md: No changelog entry. Dependency bumps should typically be noted, even briefly.
  • Markdown formatting: No markdown changes.

Security

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

Summary

Area Status
Code Quality
Testing ❌ No confirmation tests were run
Documentation ❌ CHANGELOG not updated
Security

Recommendation: Minor issues only. Confirm the Maven build passes with mvn package and the SnippetRunner works against the updated JDBC driver. Add a CHANGELOG entry for the dependency bump before merging.

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.

2 participants