Octodemo-Platform / Voyager

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

Bump org.xerial:sqlite-jdbc from 3.32.3.2 to 3.42.0.1 #116

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps org.xerial:sqlite-jdbc from 3.32.3.2 to 3.42.0.1.

Release notes

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

Release 3.42.0.1

Changelog

🐛 Fixes

jdbc

  • PreparedStatement#executeQuery should not return null (1eacd68), closes #914
  • add fallback to LocalDateTime.parse in ResultSet#getObject (d76c933)
  • ResultSet#getObject could throw a NPE (ea165fa), closes #915
  • check parameters presence in getParameterType (76b560d), closes #911

native-image

  • make sure the parent directory exists before exporting (bfa7510)

unscoped

  • use dylib extension instead of jnilib for MacOS library names (78defd0)
  • correct the exception message when backup fails (3ffef4d)

🔄️ Changes

🛠 Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (168c998)
  • bump jreleaser-maven-plugin from 1.6.0 to 1.7.0 (0bccb7c)
  • bump native-maven-plugin from 0.9.22 to 0.9.23 (3be5102)
  • bump surefire.version from 3.1.0 to 3.1.2 (b2f968f)
  • bump versions-maven-plugin from 2.15.0 to 2.16.0 (6c3430d)
  • bump maven-source-plugin from 3.2.1 to 3.3.0 (774c104)
  • bump maven-bundle-plugin from 5.1.8 to 5.1.9 (e41c5e6)

deps-dev

  • bump ch.qos.logback:logback-classic (d370eea)
  • bump com.tngtech.archunit:archunit-junit5 (30b71aa)
  • bump org.junit.jupiter:junit-jupiter (14e5eb8)
  • bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.9 (85f8319)
  • bump mockito-core from 5.3.1 to 5.4.0 (3d28792)
  • bump logback-classic from 1.4.7 to 1.4.8 (1738823)

unscoped

  • update to GraalVM 23 (840ce0e)
  • fix version update in README (3054957)

📝 Documentation

  • add project status in README (cae28b1)

Contributors

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

... (truncated)

Commits
  • bf31ac8 chore(release): 3.42.0.1 [skip ci]
  • cae28b1 docs: add project status in README
  • 8e999fe refactor: fix typos
  • d370eea build(deps-dev): bump ch.qos.logback:logback-classic
  • 30b71aa build(deps-dev): bump com.tngtech.archunit:archunit-junit5
  • bfa7510 fix(native-image): make sure the parent directory exists before exporting
  • 14e5eb8 build(deps-dev): bump org.junit.jupiter:junit-jupiter
  • 168c998 build(deps): bump org.graalvm.buildtools:native-maven-plugin
  • 85f8319 build(deps-dev): bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.9
  • 840ce0e ci: update to GraalVM 23
  • 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 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)
dependabot[bot] commented 10 months ago

Superseded by #117.