krud-dev / ostara

Ostara is a cross-platform desktop app for managing and monitoring Spring Boot applications using the Actuator API, providing comprehensive insights and effortless control.
https://ostara.dev
Apache License 2.0
319 stars 11 forks source link

fix(deps): update dependency org.xerial:sqlite-jdbc to v3.42.0.0 #555

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.xerial:sqlite-jdbc 3.40.0.0 -> 3.42.0.0 age adoption passing confidence

Release Notes

xerial/sqlite-jdbc ### [`v3.42.0.0`](https://togithub.com/xerial/sqlite-jdbc/releases/tag/3.42.0.0) [Compare Source](https://togithub.com/xerial/sqlite-jdbc/compare/3.41.2.2...3.42.0.0) #### Changelog #### πŸš€ Features **sqlite** - update to sqlite 3.42.0 ([9a3e755](https://togithub.com/xerial/sqlite-jdbc/commits/9a3e755)) #### πŸ›  Build - fix version update in README ([6419a81](https://togithub.com/xerial/sqlite-jdbc/commits/6419a81)) #### Contributors We'd like to thank the following people for their contributions: Gauthier Roebroeck ### [`v3.41.2.2`](https://togithub.com/xerial/sqlite-jdbc/releases/tag/3.41.2.2) [Compare Source](https://togithub.com/xerial/sqlite-jdbc/compare/3.41.2.1...3.41.2.2) #### Changelog #### πŸš€ Features **jdbc** - add support for LocalDate, LocalTime, LocalDateTime in ResultSet#getObject ([1d2ff63](https://togithub.com/xerial/sqlite-jdbc/commits/1d2ff63)) - implement PreparedStatement getParameterType and getParameterTypeName ([bdb3d8a](https://togithub.com/xerial/sqlite-jdbc/commits/bdb3d8a)) **native-image** - resource optimization and configuration to export native lib ([6f42683](https://togithub.com/xerial/sqlite-jdbc/commits/6f42683)) #### πŸ› Fixes - use random UUID for external resources ([edb4b8a](https://togithub.com/xerial/sqlite-jdbc/commits/edb4b8a)) #### πŸ›  Build **deps** - bump native-maven-plugin from 0.9.21 to 0.9.22 ([48e8ebe](https://togithub.com/xerial/sqlite-jdbc/commits/48e8ebe)) - bump graal-sdk from 22.3.0 to 22.3.2 ([128d9b2](https://togithub.com/xerial/sqlite-jdbc/commits/128d9b2)) - bump surefire.version from 3.0.0 to 3.1.0 ([658e907](https://togithub.com/xerial/sqlite-jdbc/commits/658e907)) - bump maven-gpg-plugin from 3.0.1 to 3.1.0 ([f149f9f](https://togithub.com/xerial/sqlite-jdbc/commits/f149f9f)) - bump jreleaser-maven-plugin from 1.5.1 to 1.6.0 ([d028636](https://togithub.com/xerial/sqlite-jdbc/commits/d028636)) - bump native-maven-plugin from 0.9.20 to 0.9.21 ([08b5e35](https://togithub.com/xerial/sqlite-jdbc/commits/08b5e35)) - bump maven-enforcer-plugin from 3.2.1 to 3.3.0 ([3b3af82](https://togithub.com/xerial/sqlite-jdbc/commits/3b3af82)) - bump maven-compiler-plugin from 3.10.1 to 3.11.0 ([52b7701](https://togithub.com/xerial/sqlite-jdbc/commits/52b7701)) - bump versions-maven-plugin from 2.13.0 to 2.15.0 ([a0e0191](https://togithub.com/xerial/sqlite-jdbc/commits/a0e0191)) - bump maven-help-plugin from 3.3.0 to 3.4.0 ([739a27c](https://togithub.com/xerial/sqlite-jdbc/commits/739a27c)) **deps-dev** - bump junit-jupiter from 5.9.2 to 5.9.3 ([e64e348](https://togithub.com/xerial/sqlite-jdbc/commits/e64e348)) - bump mockito-core from 5.3.0 to 5.3.1 ([6e94e6b](https://togithub.com/xerial/sqlite-jdbc/commits/6e94e6b)) - bump logback-classic from 1.4.6 to 1.4.7 ([5a4f485](https://togithub.com/xerial/sqlite-jdbc/commits/5a4f485)) - bump mockito-core from 5.2.0 to 5.3.0 ([d0adb0f](https://togithub.com/xerial/sqlite-jdbc/commits/d0adb0f)) - bump junit-pioneer from 2.0.0 to 2.0.1 ([2b00983](https://togithub.com/xerial/sqlite-jdbc/commits/2b00983)) - bump junit-jupiter from 5.9.1 to 5.9.2 ([c917e81](https://togithub.com/xerial/sqlite-jdbc/commits/c917e81)) - bump logback-classic from 1.4.5 to 1.4.6 ([eab4939](https://togithub.com/xerial/sqlite-jdbc/commits/eab4939)) **unscoped** - replace jdk 19 with 20 ([0c5a645](https://togithub.com/xerial/sqlite-jdbc/commits/0c5a645)) - replace asciidoc variables during release ([0053e60](https://togithub.com/xerial/sqlite-jdbc/commits/0053e60)) - run spotless:check during maven verify phase ([043efd7](https://togithub.com/xerial/sqlite-jdbc/commits/043efd7)) #### πŸ“ Documentation - use markdown for SECURITY.md because Github doesn't support Asciidoc ([00e9c3f](https://togithub.com/xerial/sqlite-jdbc/commits/00e9c3f)) - convert markdown to asciidoc ([fb0f263](https://togithub.com/xerial/sqlite-jdbc/commits/fb0f263)) #### Contributors We'd like to thank the following people for their contributions: Andrew Pikler, Andy Cheung, Gauthier, Gauthier Roebroeck, Javier Goday, Kristof, Taro L. Saito ### [`v3.41.2.1`](https://togithub.com/xerial/sqlite-jdbc/releases/tag/3.41.2.1) #### Changelog #### πŸš€ Features **sqlite** - bump sqlite to 3.41.2 ([8cdaf59](https://togithub.com/xerial/sqlite-jdbc/commits/8cdaf59)) #### πŸ›  Build **jreleaser** - categorize scopes in changelog ([e3e5ae7](https://togithub.com/xerial/sqlite-jdbc/commits/e3e5ae7)) #### Contributors We'd like to thank the following people for their contributions: Gauthier Roebroeck ### [`v3.41.0.1`](https://togithub.com/xerial/sqlite-jdbc/releases/tag/3.41.0.1) [Compare Source](https://togithub.com/xerial/sqlite-jdbc/compare/3.41.0.0...3.41.0.1) #### Changelog #### πŸš€ Features - **jdbc**: remove length/dimension in DatabaseMetaData#getColumns TYPE_NAME ([b09e093](https://togithub.com/xerial/sqlite-jdbc/commits/b09e093)) - **sqlite**: add support for legacy_alter_table flag ([26df15f](https://togithub.com/xerial/sqlite-jdbc/commits/26df15f)), closes [#​481](https://togithub.com/xerial/sqlite-jdbc/issues/481) - add SQLiteDataSource #setBusyTimeout ([12f2113](https://togithub.com/xerial/sqlite-jdbc/commits/12f2113)) #### πŸ› Fixes - **jdbc**: return DatabaseMetaData#getColumns DATA_TYPE as int instead of String ([b7c40c3](https://togithub.com/xerial/sqlite-jdbc/commits/b7c40c3)), closes [#​859](https://togithub.com/xerial/sqlite-jdbc/issues/859) - database from jar resource no longer keeps the jar file-descriptor open ([38c25af](https://togithub.com/xerial/sqlite-jdbc/commits/38c25af)) - keep SQLiteConfig cached busyTimeout more consistent with busy_timeout pragma ([8be7243](https://togithub.com/xerial/sqlite-jdbc/commits/8be7243)) #### πŸ›  Build - **deps-dev**: bump mockito-core from 4.8.1 to 5.2.0 ([1874299](https://togithub.com/xerial/sqlite-jdbc/commits/1874299)) - **deps**: bump native-maven-plugin from 0.9.19 to 0.9.20 ([a99ac0c](https://togithub.com/xerial/sqlite-jdbc/commits/a99ac0c)) - **deps-dev**: bump assertj-core from 3.23.1 to 3.24.2 ([12d1f2c](https://togithub.com/xerial/sqlite-jdbc/commits/12d1f2c)) - **deps**: bump jreleaser-maven-plugin from 1.4.0 to 1.5.1 ([5fba437](https://togithub.com/xerial/sqlite-jdbc/commits/5fba437)) - **deps**: bump surefire.version from 3.0.0-M7 to 3.0.0 ([15db506](https://togithub.com/xerial/sqlite-jdbc/commits/15db506)) - **deps-dev**: bump junit-pioneer from 1.7.1 to 2.0.0 ([db56d15](https://togithub.com/xerial/sqlite-jdbc/commits/db56d15)) - **deps**: bump maven-javadoc-plugin from 3.4.1 to 3.5.0 ([7085bf4](https://togithub.com/xerial/sqlite-jdbc/commits/7085bf4)) - **deps-dev**: bump archunit-junit5 from 1.0.0 to 1.0.1 ([bfe7c1b](https://togithub.com/xerial/sqlite-jdbc/commits/bfe7c1b)) - **deps-dev**: bump logback-classic from 1.3.4 to 1.4.5 ([276f682](https://togithub.com/xerial/sqlite-jdbc/commits/276f682)) - **deps**: bump maven-enforcer-plugin from 3.1.0 to 3.2.1 ([f67c97a](https://togithub.com/xerial/sqlite-jdbc/commits/f67c97a)) - **dependabot**: enable updates for all deps ([8a2a5b1](https://togithub.com/xerial/sqlite-jdbc/commits/8a2a5b1)) - **jreleaser**: add missing perf labeler ([c2bfaa4](https://togithub.com/xerial/sqlite-jdbc/commits/c2bfaa4)) #### Contributors We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck, Kristof, Sualeh Fatehi, Talha Javed, mruddy ### [`v3.41.0.0`](https://togithub.com/xerial/sqlite-jdbc/releases/tag/3.41.0.0) [Compare Source](https://togithub.com/xerial/sqlite-jdbc/compare/3.40.1.0...3.41.0.0) #### Changelog #### πŸš€ Features - bump sqlite to 3.41.0 ([a1c3625](https://togithub.com/xerial/sqlite-jdbc/commits/a1c3625)) #### πŸ› Fixes - **jdbc**: DatabaseMetaData#getColumns now returns SCOPE_CATALOG column instead of SCOPE_CATLOG ([4429515](https://togithub.com/xerial/sqlite-jdbc/commits/4429515)), closes [#​837](https://togithub.com/xerial/sqlite-jdbc/issues/837) #### πŸ›  Build - use junit-jupiter in POM to pull all dependencies transitively ([7863376](https://togithub.com/xerial/sqlite-jdbc/commits/7863376)), closes [#​838](https://togithub.com/xerial/sqlite-jdbc/issues/838) #### Contributors We'd like to thank the following people for their contributions: Gauthier Roebroeck ### [`v3.40.1.0`](https://togithub.com/xerial/sqlite-jdbc/releases/tag/3.40.1.0) [Compare Source](https://togithub.com/xerial/sqlite-jdbc/compare/3.40.0.0...3.40.1.0) #### Changelog #### πŸš€ Features - update SQLite to 3.40.1 ([4ba7c8c](https://togithub.com/xerial/sqlite-jdbc/commits/4ba7c8c)) - allow correct recognition of android os if running termux ([89ceb0d](https://togithub.com/xerial/sqlite-jdbc/commits/89ceb0d)) #### πŸ› Fixes - **jdbc**: DatabaseMetaData#getPrimaryKeys and getExportedKeys should return an empty ResultSet for sqlite_schema ([0dc6ad9](https://togithub.com/xerial/sqlite-jdbc/commits/0dc6ad9)), closes [#​831](https://togithub.com/xerial/sqlite-jdbc/issues/831) - **jdbc**: DatabaseMetaData#getColumns should also retrieve columns from SYSTEM TABLE types ([473f528](https://togithub.com/xerial/sqlite-jdbc/commits/473f528)) - DatabaseMetaData#getTypeInfo's result should be ordered by DATA_TYPE ([05bb929](https://togithub.com/xerial/sqlite-jdbc/commits/05bb929)), closes [#​832](https://togithub.com/xerial/sqlite-jdbc/issues/832) - **native**: fixes and improvements for backup/restore ([b13c908](https://togithub.com/xerial/sqlite-jdbc/commits/b13c908)) - **jdbc**: DatabaseMetaData#getImportedKeys reports empty FK_NAME when created using quotes ([ba69b2e](https://togithub.com/xerial/sqlite-jdbc/commits/ba69b2e)), closes [#​506](https://togithub.com/xerial/sqlite-jdbc/issues/506) #### πŸ”„οΈ Changes - replace mention of sqlite_master with sqlite_schema ([e68bc05](https://togithub.com/xerial/sqlite-jdbc/commits/e68bc05)) #### πŸ›  Build - release depends on test_graalvm ([9f521a4](https://togithub.com/xerial/sqlite-jdbc/commits/9f521a4)) - refine GraalVM native-image configuration and fix native test execution ([e437b3f](https://togithub.com/xerial/sqlite-jdbc/commits/e437b3f)) - hide bot names from release contributors ([5d1a280](https://togithub.com/xerial/sqlite-jdbc/commits/5d1a280)) - replace java 18 with java 19 ([4c80ee7](https://togithub.com/xerial/sqlite-jdbc/commits/4c80ee7)) - try to fix build native for PRs ([f7bd3cd](https://togithub.com/xerial/sqlite-jdbc/commits/f7bd3cd)) - try to fix build native for PRs ([b23de9e](https://togithub.com/xerial/sqlite-jdbc/commits/b23de9e)) - try to fix build native for PRs ([5aa6a30](https://togithub.com/xerial/sqlite-jdbc/commits/5aa6a30)) - add 2023 url for amalgamation download ([e3b6f8c](https://togithub.com/xerial/sqlite-jdbc/commits/e3b6f8c)) - **deps**: bump JReleaser to 1.4.0 ([0db312f](https://togithub.com/xerial/sqlite-jdbc/commits/0db312f)) - add test for unixepoch ([3904e83](https://togithub.com/xerial/sqlite-jdbc/commits/3904e83)) #### πŸ“ Documentation - use https for links to www.sqlite.org ([7ac8de8](https://togithub.com/xerial/sqlite-jdbc/commits/7ac8de8)) - update README badge for CI ([832d26f](https://togithub.com/xerial/sqlite-jdbc/commits/832d26f)) - changelog shows breaking change description ([5ad78ba](https://togithub.com/xerial/sqlite-jdbc/commits/5ad78ba)), closes [#​814](https://togithub.com/xerial/sqlite-jdbc/issues/814) #### Contributors We'd like to thank the following people for their contributions: Andrew Pikler, Gauthier, Gauthier Roebroeck, Kristof, Sebastiano Galeazzo, pyckle, 谭九鼎

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: f2cbe03d4dbcdfaa360615cd3ae66ad28566856e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

sonarcloud[bot] commented 1 year ago

[daemon] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information