Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Bump sqlite-jdbc from 3.40.1.0 to 3.41.0.1 #11

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2023

Bumps sqlite-jdbc from 3.40.1.0 to 3.41.0.1.

Release notes

Sourced from sqlite-jdbc's releases.

Release 3.41.0.1

Changelog

🚀 Features

  • jdbc: remove length/dimension in DatabaseMetaData#getColumns TYPE_NAME (b09e093)
  • sqlite: add support for legacy_alter_table flag (26df15f), closes #481
  • add SQLiteDataSource #setBusyTimeout (12f2113)

🐛 Fixes

  • jdbc: return DatabaseMetaData#getColumns DATA_TYPE as int instead of String (b7c40c3), closes #859
  • database from jar resource no longer keeps the jar file-descriptor open (38c25af)
  • keep SQLiteConfig cached busyTimeout more consistent with busy_timeout pragma (8be7243)

🛠 Build

  • deps-dev: bump mockito-core from 4.8.1 to 5.2.0 (1874299)
  • deps: bump native-maven-plugin from 0.9.19 to 0.9.20 (a99ac0c)
  • deps-dev: bump assertj-core from 3.23.1 to 3.24.2 (12d1f2c)
  • deps: bump jreleaser-maven-plugin from 1.4.0 to 1.5.1 (5fba437)
  • deps: bump surefire.version from 3.0.0-M7 to 3.0.0 (15db506)
  • deps-dev: bump junit-pioneer from 1.7.1 to 2.0.0 (db56d15)
  • deps: bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (7085bf4)
  • deps-dev: bump archunit-junit5 from 1.0.0 to 1.0.1 (bfe7c1b)
  • deps-dev: bump logback-classic from 1.3.4 to 1.4.5 (276f682)
  • deps: bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (f67c97a)
  • dependabot: enable updates for all deps (8a2a5b1)
  • jreleaser: add missing perf labeler (c2bfaa4)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck, Kristof, Sualeh Fatehi, Talha Javed, mruddy

Release 3.41.0.0

Changelog

🚀 Features

🐛 Fixes

  • jdbc: DatabaseMetaData#getColumns now returns SCOPE_CATALOG column instead of SCOPE_CATLOG (4429515), closes #837

🛠 Build

  • use junit-jupiter in POM to pull all dependencies transitively (7863376), closes #838

Contributors

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

Commits
  • b37bd8c chore(release): 3.41.0.1 [skip ci]
  • 1874299 build(deps-dev): bump mockito-core from 4.8.1 to 5.2.0
  • a99ac0c build(deps): bump native-maven-plugin from 0.9.19 to 0.9.20
  • 12d1f2c build(deps-dev): bump assertj-core from 3.23.1 to 3.24.2
  • 5fba437 build(deps): bump jreleaser-maven-plugin from 1.4.0 to 1.5.1
  • 15db506 build(deps): bump surefire.version from 3.0.0-M7 to 3.0.0
  • b09e093 feat(jdbc): remove length/dimension in DatabaseMetaData#getColumns TYPE_NAME
  • b7c40c3 fix(jdbc): return DatabaseMetaData#getColumns DATA_TYPE as int instead of String
  • 38c25af fix: database from jar resource no longer keeps the jar file-descriptor open
  • db56d15 build(deps-dev): bump junit-pioneer from 1.7.1 to 2.0.0
  • 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.40.1.0 to 3.41.0.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.40.1.0...3.41.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 22, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2023

Superseded by #13.

@dependabot dependabot bot closed this Mar 24, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.xerial-sqlite-jdbc-3.41.0.1 branch March 24, 2023 01:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants