Octodemo-Platform / Voyager

Our bookstore, for all our learning needs!
MIT License
0 stars 0 forks source link

Bump sqlite-jdbc from 3.32.3.2 to 3.40.0.0 #83

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sqlite-jdbc from 3.32.3.2 to 3.40.0.0.

Release notes

Sourced from sqlite-jdbc's releases.

Release 3.40.0.0

Changelog

πŸš€ Features

  • 🚨 enable new math functions (0f41f46)
  • upgrade SQLite to 3.40.0 (5e73a5c)

πŸ›  Build

  • disable DriverManager.setLogWriter (dd878d9)

πŸ“ Documentation

Contributors

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

Release 3.39.4.1

Changelog

πŸ› Fixes

  • jdbc: don't check if ResultSet is open in markCol (6d6f756)
  • jdbc: throw SQLException instead of IllegalStateException (4bfb174)
  • jdbc: properly handle updateCount for PreparedStatement (6a910b9)
  • jdbc: don't close ResultSet when last row is passed (a21229d)
  • jdbc: properly reset Statement between reuse (f497c43)

πŸ›  Build

  • fix boolean conditions, once more (f11b824)
  • fix boolean conditions (857ed4c)
  • print event inputs (83dbe02)
  • add failing tests for PreparedStatement getMetaData before execution (6c95a88)
  • add failing tests for PreparedStatement getMoreResults and getUpdateCount (98f00d3)
  • polish (87c4601)
  • replace deprecated set-output usage (7ee209c)
  • add a release flag on CI workflow dispatch (f9e5e7f)
  • add failing tests when getting ResultSet metadata past last row (64771ef)
  • add failing tests when reusing statements (267e80b)
  • deps: bump andymckay/cancel-action from 0.2 to 0.3 (67b5899)
  • fix attach-javadoc failing with release profile (9d3e2ca)
  • change jreleaser's changelog format (4896a15)
  • multi-release JAR with module-info.java (5bf7566)

πŸ“ Documentation

Contributors

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

... (truncated)

Commits
  • de5602f chore(release): 3.40.0.0 [skip ci]
  • 0f41f46 feat!: enable new math functions
  • 5d90c1f chore: spotless apply
  • dd878d9 test: disable DriverManager.setLogWriter
  • e11aecf docs: fix CI badge link
  • e340553 chore: update native libraries
  • 5e73a5c feat: upgrade SQLite to 3.40.0
  • a0a05a7 chore(release): prepare next snapshot [skip ci]
  • 0be1e80 chore(release): 3.39.4.1 [skip ci]
  • f11b824 ci: fix boolean conditions, once more
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #88.