PotatoCraft-Studio / QuickShop-Reremake

QuickShop-Reremake is a **FREE** shop plugin that allows players to easily sell/buy any items from a chest without any commands. In fact, none of the commands that QuickShop-Reremake provides are ever needed by a player.
GNU General Public License v3.0
69 stars 78 forks source link

Bump sqlite-jdbc from 3.40.0.0 to 3.41.0.1 #338

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sqlite-jdbc from 3.40.0.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

Release 3.40.1.0

... (truncated)

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)
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.