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

Bump sqlite-jdbc from 3.39.2.0 to 3.39.2.1 #3198

Merged
merged 1 commit into from
Aug 31, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2022

Bumps sqlite-jdbc from 3.39.2.0 to 3.39.2.1.

Release notes

Sourced from sqlite-jdbc's releases.

Release 3.39.2.1

Changelog

🚀 Features

  • 0795636 add support for Linux musl x86 32bits
  • 4102c1d support JDBC 4.2 large methods
  • fc72417 enable DBSTAT Virtual Table

🐛 Fixes

  • 5387c7a use directory stream for temp dir cleanup
  • 9979ba5 compile armv5 with soft float and without vfp
  • 99cac10 empty result set should not be returned as closed
  • 7e171d4 various correctness, memory leak and race condition fixes
  • 9517b3a minor bug fixes and code cleanup
  • 896054b getImportedKeys should not fail if referenced table does not exist
  • 05c45bb return generated columns in DatabaseMetaData.getColumns
  • 19cb96d getClob() should return null if the data is null

🔄️ Changes

  • b619cfa use java.nio for file operations
  • 0a194de comments as javadoc
  • 1749e12 apply IntelliJ suggestions
  • 3bf5ada use try-with-resource and assertThrows
  • 49bf4e7 apply IntelliJ suggestions

🛠 Build

  • 6dd5a50 [native] rename alpine-linux64 target to linux-musl64
  • f4e478d build native libraries by workflow_dispatch or PR comment
  • 3fb1a21 apply IntelliJ suggestions
  • f8e39f4 [native] sign Mac 64 binary
  • 22b5f87 [native] add dockerfile for rcodesign
  • 63c6c4a [native] build Mac arm64 with Docker
  • cf8fe36 ignore dependabot for push events, will run on pull_request anyway
  • 0770e1d change distribution to temurin for consistency
  • 1926c63 add dependabot
  • 97cc99d cleanup invalid compile option
  • a96917e conditionally run MathFunctionsTest depending on compilation options
  • 3e191e9 skip DBMetaDataTest.version if not compiled by us
  • e48422c extract function to retrieve compile options
  • 2022752 don't run deploy job on forks
  • 97f8faf run CI on branches
  • f0be678 add math functions test
  • bcf889f publish jar file as release asset
  • 3c84e2d force push tags for release commits [skip ci]

📝 Documentation

  • d5cbe62 document how to load specific native library
  • c77bbd1 add contribution section in README.md
  • 4b05f4a build instructions for external amalgamation archive
  • a4b954e remove provided scope for Maven Shade hint

... (truncated)

Commits
  • 2ab1bf8 chore(release): 3.39.2.1 [skip ci]
  • 0795636 feat: add support for Linux musl x86 32bits
  • 6dd5a50 build(native): rename alpine-linux64 target to linux-musl64
  • f4e478d ci: build native libraries by workflow_dispatch or PR comment
  • 5387c7a fix: use directory stream for temp dir cleanup
  • 3fb1a21 test: apply IntelliJ suggestions
  • b619cfa refactor: use java.nio for file operations
  • f8e39f4 build(native): sign Mac 64 binary
  • 22b5f87 build(native): add dockerfile for rcodesign
  • 63c6c4a build(native): build Mac arm64 with Docker
  • 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 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 [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.2.0 to 3.39.2.1.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.39.2.0...3.39.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from nvoxland as a code owner August 25, 2022 02:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 25, 2022
@github-actions
Copy link

Unit Test Results

  4 620 files  ±0    4 620 suites  ±0   34m 6s ⏱️ - 2m 38s
  4 615 tests ±0    4 400 ✔️ +4     215 💤  - 4  0 ±0 
54 552 runs  ±0  49 532 ✔️ +4  5 020 💤  - 4  0 ±0 

Results for commit ebadf18. ± Comparison against base commit b8904ee.

Copy link
Contributor

@nvoxland nvoxland left a comment

Choose a reason for hiding this comment

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

Code review and test results:

Things to be aware of:

Things to worry about:

  • Nothing

Copy link
Contributor

@XDelphiGrl XDelphiGrl left a comment

Choose a reason for hiding this comment

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

  • Fix upgrades the SQLite JDBC driver to 3.39.2.1.
  • No Maven Central reported CVEs.
  • Test harness execution passing with new SQLite driver.
  • No additional testing required.

APPROVED

Maven Central for SQLite JDBC 3.39.2.1

@nvoxland nvoxland merged commit 4f7e725 into master Aug 31, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.xerial-sqlite-jdbc-3.39.2.1 branch August 31, 2022 17:11
@kataggart kataggart added this to the NEXT milestone Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocandidate dependencies Pull requests that update a dependency file java Pull requests that update Java code sprint2022-32
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants