Skip to content

Bump org.xerial:sqlite-jdbc from 3.51.1.0 to 3.51.2.0 in /java#128

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps org.xerial:sqlite-jdbc from 3.51.1.0 to 3.51.2.0.

Release notes

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

Release 3.51.2.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.51.2 (63a45e7)

🛠 Build

  • update location for 2026 (1a7c2a0)

Contributors

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

Release 3.51.1.1

Changelog

🚀 Features

sqlite

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 25.0.1 to 25.0.2 (e5e8aca)
  • bump org.graalvm.buildtools:native-maven-plugin (92e995c)
  • bump org.jreleaser:jreleaser-maven-plugin (1ba2ff1)
  • bump actions/upload-artifact from 5 to 6 (77e1e27)
  • bump actions/download-artifact from 6 to 7 (1f35b97)
  • bump org.apache.maven.plugins:maven-source-plugin (8384f5b)

deps-dev

  • bump org.apache.maven.plugins:maven-compiler-plugin (0d07829)
  • bump org.codehaus.mojo:versions-maven-plugin (2a61f25)
  • bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (f8de260)

Contributors

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

Commits
  • 1bda411 chore(release): 3.51.2.0 [skip ci]
  • 9a84abd chore: update native libraries
  • 1a7c2a0 build: update location for 2026
  • 63a45e7 feat(sqlite): upgrade to sqlite 3.51.2
  • 92e40c1 chore(release): prepare next snapshot [skip ci]
  • 5e1a6a4 chore(release): 3.51.1.1 [skip ci]
  • 0d07829 build(deps-dev): bump org.apache.maven.plugins:maven-compiler-plugin
  • e5e8aca build(deps): bump org.graalvm.sdk:nativeimage from 25.0.1 to 25.0.2
  • 92e995c build(deps): bump org.graalvm.buildtools:native-maven-plugin
  • 2a61f25 build(deps-dev): bump org.codehaus.mojo:versions-maven-plugin
  • 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.1.0 to 3.51.2.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.1.0...3.51.2.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-version: 3.51.2.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 Mar 3, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 3, 2026 17:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 3, 2026
Copy link

@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 github-actions bot enabled auto-merge (squash) March 3, 2026 17:46
@github-actions
Copy link

github-actions bot commented Mar 3, 2026

🤖 Claude Code Review

PR Code Review

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


Code Quality

  • Style guide: Single version string change, no style concerns.
  • No commented-out code: N/A.
  • Meaningful variable names: N/A.
  • DRY principle: N/A.
  • Defects: No logic, security, or race condition concerns for a patch dependency bump. 3.51.2.0 is a patch release of sqlite-jdbc with no known regressions.
  • CLAUDE.md: No issues; this file is appropriate for general developer use.

Testing

  • Unit/integration tests: No new code — dependency bump only. Existing tests cover this implicitly.
  • ⚠️ Test coverage: Cannot verify from the diff alone whether CI runs tests against the bumped dependency. Confirm the build (mvn package) and any test suite pass with the new version.

Documentation

  • README: No update needed for a patch dependency bump.
  • API docs: N/A.
  • Inline comments: N/A.
  • ⚠️ CHANGELOG.md: No changelog entry present. For dependency bumps (even automated ones), a brief entry is good practice if your project maintains one. Low severity — acceptable to skip for automated Dependabot-style bumps.
  • Markdown formatting: N/A.

Security

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

Verdict

Approved with minor notes. This is a routine patch-level dependency bump. The only action worth confirming is that the CI pipeline runs a full build and test pass with 3.51.2.0 before merge.

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