Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump io.github.willena:sqlite-jdbc from 3.47.2.0 to 3.49.0.0 #829

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2025

Bumps io.github.willena:sqlite-jdbc from 3.47.2.0 to 3.49.0.0.

Release notes

Sourced from io.github.willena:sqlite-jdbc's releases.

3.49.0.0

Full Changelog: Willena/sqlite-jdbc-crypt@3.48.0.0...3.49.0.0

3.48.0.0

Full Changelog: Willena/sqlite-jdbc-crypt@3.47.2.0...3.48.0.0

  • Supports ASCON128 and AEGIS cipher scheme.
  • Improved tests
  • Remove SQL Configuration option and related code
  • Remove some deprecated configuration methods

NOTE: The SQL configuration options have been removed and can't be used any longer for configuring the cipher scheme before issuing the PRAGMA key statement. The reason is that starting with SQLite 3.48.0 executing a SELECT statement will now always access the underlying database file. For encrypted databases this will fail, because the cipher scheme is not yet activated.

Commits
  • 2fbeeae Version 3.49.0.0
  • 9d0ed76 Version 3.48.0.0
  • c8bd8b9 Sync with upstream
  • 8aa0790 Improve tests and implement AEGIS algorithm update to SQLite 3.48.0
  • 51b7f8f chore(release): prepare next snapshot [skip ci]
  • 3c697e8 chore(release): 3.49.0.0 [skip ci]
  • a08886a chore: update native libraries
  • 3ef2146 feat(sqlite): upgrade to sqlite 3.49.0
  • 2ced005 build(deps): bump org.graalvm.sdk:nativeimage from 24.1.1 to 24.1.2
  • cea714f build(deps-dev): bump org.assertj:assertj-core from 3.27.2 to 3.27.3
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [io.github.willena:sqlite-jdbc](https://github.com/Willena/sqlite-jdbc-crypt) from 3.47.2.0 to 3.49.0.0.
- [Release notes](https://github.com/Willena/sqlite-jdbc-crypt/releases)
- [Changelog](https://github.com/Willena/sqlite-jdbc-crypt/blob/master/NEWS.md)
- [Commits](Willena/sqlite-jdbc-crypt@3.47.2.0...3.49.0.0)

---
updated-dependencies:
- dependency-name: io.github.willena:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants