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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.xerial:sqlite-jdbc from 3.43.2.2 to 3.44.1.0 #5289

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2023

Bumps org.xerial:sqlite-jdbc from 3.43.2.2 to 3.44.1.0.

Release notes

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

Release 3.44.1.0

Changelog

馃殌 Features

sqlite

  • upgrade to sqlite 3.44.1 (1eef6a5)

馃弾 Perf

sqlite

  • disable pagecache overflow stat (31b7659)

馃洜 Build

deps

  • bump org.codehaus.mojo:versions-maven-plugin (baf1295)
  • bump org.jreleaser:jreleaser-maven-plugin (849d6eb)

deps-dev

  • bump org.junit-pioneer:junit-pioneer (f3333e7)
  • bump org.mockito:mockito-core from 5.6.0 to 5.7.0 (8cd1fa1)

Contributors

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

Release 3.44.0.0

Changelog

馃殌 Features

sqlite

  • support serialize/deserialize sqlite APis (6823954)
  • upgrade to sqlite 3.44.0 (fd222f3)

馃洜 Build

deps

  • bump surefire.version from 3.2.1 to 3.2.2 (4232352)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (64b8ced)

deps-dev

  • bump com.tngtech.archunit:archunit-junit5 (3094fb0)
  • bump org.junit.jupiter:junit-jupiter (9500426)
  • downgrade logback to 1.2.12 (2d76795)

Contributors

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

Commits
  • e6bdb3c chore(release): 3.44.1.0 [skip ci]
  • 87913d9 chore: update native libraries
  • 1eef6a5 feat(sqlite): upgrade to sqlite 3.44.1
  • 31b7659 perf(sqlite): disable pagecache overflow stat
  • baf1295 build(deps): bump org.codehaus.mojo:versions-maven-plugin
  • f3333e7 build(deps-dev): bump org.junit-pioneer:junit-pioneer
  • 8cd1fa1 build(deps-dev): bump org.mockito:mockito-core from 5.6.0 to 5.7.0
  • 849d6eb build(deps): bump org.jreleaser:jreleaser-maven-plugin
  • f33542d chore(release): prepare next snapshot [skip ci]
  • 42ec75c chore(release): 3.44.0.0 [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 28, 2023
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 November 30, 2023 20:36
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 1, 2023 16:56
@dependabot dependabot bot force-pushed the dependabot-maven-org.xerial-sqlite-jdbc-3.44.1.0 branch from a6d1486 to 22e6877 Compare December 1, 2023 16:56
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 4, 2023 18:30
@dependabot dependabot bot force-pushed the dependabot-maven-org.xerial-sqlite-jdbc-3.44.1.0 branch from 22e6877 to 1f97bae Compare December 4, 2023 18:30
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 4, 2023 20:52
@dependabot dependabot bot force-pushed the dependabot-maven-org.xerial-sqlite-jdbc-3.44.1.0 branch from 1f97bae to 272977d Compare December 4, 2023 20:52
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 5, 2023 15:40
@dependabot dependabot bot force-pushed the dependabot-maven-org.xerial-sqlite-jdbc-3.44.1.0 branch from 272977d to 6194fd8 Compare December 5, 2023 15:40
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 5, 2023 16:09
@dependabot dependabot bot force-pushed the dependabot-maven-org.xerial-sqlite-jdbc-3.44.1.0 branch from 6194fd8 to 9ed661b Compare December 5, 2023 16:09
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 11, 2023 18:25
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 11, 2023 19:04
@dependabot dependabot bot force-pushed the dependabot-maven-org.xerial-sqlite-jdbc-3.44.1.0 branch from 9ed661b to 39dd9ad Compare December 11, 2023 19:05
@MalloD12 MalloD12 added the sdou Security, Driver and other updates label Jan 2, 2024
@MalloD12 MalloD12 self-assigned this Jan 2, 2024
@MalloD12 MalloD12 self-requested a review January 2, 2024 20:10
@MalloD12
Copy link
Contributor

MalloD12 commented Jan 3, 2024

@dependabot rebase

Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.43.2.2 to 3.44.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.43.2.2...3.44.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-maven-org.xerial-sqlite-jdbc-3.44.1.0 branch from 39dd9ad to 0c5aa9f Compare January 3, 2024 20:03
Copy link
Contributor

@MalloD12 MalloD12 left a comment

Choose a reason for hiding this comment

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

Approved.

Build and most of the test checks have been successfully executed, except for functional tests that are failing for a recent but not related change.

@filipelautert filipelautert added this to the 1NEXT milestone Jan 5, 2024
@filipelautert filipelautert merged commit f3f9aeb into master Jan 5, 2024
31 of 32 checks passed
@filipelautert filipelautert deleted the dependabot-maven-org.xerial-sqlite-jdbc-3.44.1.0 branch January 5, 2024 19:54
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 sdou Security, Driver and other updates
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants