Update dependency org.xerial:sqlite-jdbc to v3.51.0.0 #51

Merged
bea merged 1 commits from renovate/org.xerial-sqlite-jdbc-3.x into main 2025-11-06 16:15:18 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
org.xerial:sqlite-jdbc compile minor 3.49.1.0 -> 3.51.0.0

Release Notes

xerial/sqlite-jdbc (org.xerial:sqlite-jdbc)

v3.51.0.0

Compare Source

Changelog

๐Ÿš€ Features

sqlite

๐Ÿ”„๏ธ Changes

๐Ÿงช Tests

  • load extension enabled by connection string (751cd07)

๐Ÿ›  Build

deps

  • bump org.graalvm.sdk:nativeimage from 24.1.2 to 25.0.1 (62a819a)
  • bump org.jreleaser:jreleaser-maven-plugin (3fc3374)
  • bump org.apache.maven.plugins:maven-compiler-plugin (c7f900b)
  • bump actions/download-artifact from 5 to 6 (f7063ae)
  • bump actions/upload-artifact from 4 to 5 (938d553)
  • bump org.sonatype.central:central-publishing-maven-plugin (a822d58)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (be021fe)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (755cf1d)
  • bump org.codehaus.mojo:versions-maven-plugin (8911981)
  • bump surefire.version from 3.5.3 to 3.5.4 (978a9ef)
  • bump org.codehaus.mojo:versions-maven-plugin (7080b4d)
  • bump org.jreleaser:jreleaser-maven-plugin (8382798)
  • bump actions/setup-java from 4 to 5 (47117fd)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (ec9cf6f)
  • bump actions/checkout from 4 to 5 (8f594c8)
  • bump actions/download-artifact from 4 to 5 (0c76e59)

deps-dev

  • bump org.mockito:mockito-core from 5.19.0 to 5.20.0 (5952229)
  • bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (cb727b9)
  • bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (cad6246)

native

  • disable fail fast on build native (d7cf60d)

unscoped

  • update deprecated action (ce63cd4)
  • android native build fix (c9ceb64)

๐Ÿ“ Documentation

  • document how to enable load extension (de546a9)

Contributors

We'd like to thank the following people for their contributions:
Dr. Christian Kohlschรผtter, Gauthier, Gauthier Roebroeck

v3.50.3.0

Compare Source

Changelog

๐Ÿš€ Features

jdbc

  • support JDBC4 CLOB and BLOB in PreparedStatement parameters (9515a80)

sqlite

  • upgrade to sqlite 3.50.3 (ef4e649)

unscoped

๐Ÿ›  Build

deps

  • bump org.apache.maven.plugins:maven-enforcer-plugin (e20d3b6)
  • bump org.apache.maven.plugins:maven-gpg-plugin (d1efafe)
  • bump org.jreleaser:jreleaser-maven-plugin (4042011)

๐Ÿ“ Documentation

  • update maven snapshot badge (19e32f0)

Contributors

We'd like to thank the following people for their contributions:
Enaium, Gauthier, Gauthier Roebroeck, Tim Ward

v3.50.2.0

Compare Source

Changelog

๐Ÿš€ Features

sqlite

  • upgrade to sqlite 3.50.2 (fb62309)

๐Ÿ› Fixes

jdbc

  • update JDBC3DatabaseMetaData to enable supported features (524ac3a)
  • ResultSetMetaData.getCatalogName incorrectly returns the table name (891b650), closes #โ€‹1279

unscoped

๐Ÿ›  Build

deps

  • bump org.sonatype.central:central-publishing-maven-plugin (d891708)

๐Ÿ“ Documentation

  • replace maven central links (6eea8c5)
  • update maven central badge in readme (9a4afe8)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, alexytomi, newdenim, prrvchr

v3.50.1.0

Compare Source

Changelog

๐Ÿš€ Features

sqlite

  • upgrade to sqlite 3.50.1 (9596393)

unscoped

๐Ÿ”„๏ธ Changes

  • update comment link to Java issue tracker (79cc5fe)

๐Ÿ›  Build

deps

  • bump org.jreleaser:jreleaser-maven-plugin (8a64841)
  • bump org.junit:junit-bom from 5.12.1 to 5.12.2 (f3dff86)
  • bump surefire.version from 3.5.2 to 3.5.3 (0d2c2a5)
  • bump org.graalvm.buildtools:native-maven-plugin (75d0a0c)
  • bump org.jreleaser:jreleaser-maven-plugin (3baf8b8)
  • bump uraimo/run-on-arch-action from 2 to 3 (2b96823)
  • bump org.apache.maven.plugins:maven-compiler-plugin (dc5a58c)

deps-dev

  • bump org.mockito:mockito-core from 5.17.0 to 5.18.0 (1f66a8d)
  • bump com.tngtech.archunit:archunit-junit5 (b2039f1)
  • bump org.mockito:mockito-core from 5.16.1 to 5.17.0 (c8ce29c)
  • bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.1 (6b70c85)
  • bump org.mockito:mockito-core from 5.16.0 to 5.16.1 (8417ae1)
  • bump org.mockito:mockito-core from 5.15.2 to 5.16.0 (70232b0)

unscoped

  • re-enable tests dependency (d86e4c0)
  • re-enable tests for snapshot publishing testing (737588a)
  • disable tests for snapshot publishing testing (45d285d)
  • try to fix snapshot publishing (ebbdf5d)
  • migrate from ossrh to central publishing (027bee5)
  • add JUnit 5.12 and GraalVM for JDK 24 support (bd0e995)

Contributors

We'd like to thank the following people for their contributions:
Daniel Hofmann, Gauthier, Gauthier Roebroeck, Holger Voormann, Kristof, alexytomi


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | compile | minor | `3.49.1.0` -> `3.51.0.0` | --- ### Release Notes <details> <summary>xerial/sqlite-jdbc (org.xerial:sqlite-jdbc)</summary> ### [`v3.51.0.0`](https://github.com/xerial/sqlite-jdbc/releases/tag/3.51.0.0) [Compare Source](https://github.com/xerial/sqlite-jdbc/compare/3.50.3.0...3.51.0.0) #### Changelog #### ๐Ÿš€ Features **sqlite** - upgrade to sqlite 3.51.0 ([6a0f6b4](https://github.com/xerial/sqlite-jdbc/commits/6a0f6b4)) - enable LIMIT support for UPDATE and DELETE ([acf84ae](https://github.com/xerial/sqlite-jdbc/commits/acf84ae)), closes [#&#8203;1318](https://github.com/xerial/sqlite-jdbc/issues/1318) #### ๐Ÿ”„๏ธ Changes - spotless apply ([6505920](https://github.com/xerial/sqlite-jdbc/commits/6505920)) #### ๐Ÿงช Tests - load extension enabled by connection string ([751cd07](https://github.com/xerial/sqlite-jdbc/commits/751cd07)) #### ๐Ÿ›  Build **deps** - bump org.graalvm.sdk:nativeimage from 24.1.2 to 25.0.1 ([62a819a](https://github.com/xerial/sqlite-jdbc/commits/62a819a)) - bump org.jreleaser:jreleaser-maven-plugin ([3fc3374](https://github.com/xerial/sqlite-jdbc/commits/3fc3374)) - bump org.apache.maven.plugins:maven-compiler-plugin ([c7f900b](https://github.com/xerial/sqlite-jdbc/commits/c7f900b)) - bump actions/download-artifact from 5 to 6 ([f7063ae](https://github.com/xerial/sqlite-jdbc/commits/f7063ae)) - bump actions/upload-artifact from 4 to 5 ([938d553](https://github.com/xerial/sqlite-jdbc/commits/938d553)) - bump org.sonatype.central:central-publishing-maven-plugin ([a822d58](https://github.com/xerial/sqlite-jdbc/commits/a822d58)) - bump org.apache.maven.plugins:maven-javadoc-plugin ([be021fe](https://github.com/xerial/sqlite-jdbc/commits/be021fe)) - bump org.apache.maven.plugins:maven-enforcer-plugin ([755cf1d](https://github.com/xerial/sqlite-jdbc/commits/755cf1d)) - bump org.codehaus.mojo:versions-maven-plugin ([8911981](https://github.com/xerial/sqlite-jdbc/commits/8911981)) - bump surefire.version from 3.5.3 to 3.5.4 ([978a9ef](https://github.com/xerial/sqlite-jdbc/commits/978a9ef)) - bump org.codehaus.mojo:versions-maven-plugin ([7080b4d](https://github.com/xerial/sqlite-jdbc/commits/7080b4d)) - bump org.jreleaser:jreleaser-maven-plugin ([8382798](https://github.com/xerial/sqlite-jdbc/commits/8382798)) - bump actions/setup-java from 4 to 5 ([47117fd](https://github.com/xerial/sqlite-jdbc/commits/47117fd)) - bump org.apache.maven.plugins:maven-javadoc-plugin ([ec9cf6f](https://github.com/xerial/sqlite-jdbc/commits/ec9cf6f)) - bump actions/checkout from 4 to 5 ([8f594c8](https://github.com/xerial/sqlite-jdbc/commits/8f594c8)) - bump actions/download-artifact from 4 to 5 ([0c76e59](https://github.com/xerial/sqlite-jdbc/commits/0c76e59)) **deps-dev** - bump org.mockito:mockito-core from 5.19.0 to 5.20.0 ([5952229](https://github.com/xerial/sqlite-jdbc/commits/5952229)) - bump org.mockito:mockito-core from 5.18.0 to 5.19.0 ([cb727b9](https://github.com/xerial/sqlite-jdbc/commits/cb727b9)) - bump org.assertj:assertj-core from 3.27.3 to 3.27.4 ([cad6246](https://github.com/xerial/sqlite-jdbc/commits/cad6246)) **native** - disable fail fast on build native ([d7cf60d](https://github.com/xerial/sqlite-jdbc/commits/d7cf60d)) **unscoped** - update deprecated action ([ce63cd4](https://github.com/xerial/sqlite-jdbc/commits/ce63cd4)) - android native build fix ([c9ceb64](https://github.com/xerial/sqlite-jdbc/commits/c9ceb64)) #### ๐Ÿ“ Documentation - document how to enable load extension ([de546a9](https://github.com/xerial/sqlite-jdbc/commits/de546a9)) #### Contributors We'd like to thank the following people for their contributions: Dr. Christian Kohlschรผtter, Gauthier, Gauthier Roebroeck ### [`v3.50.3.0`](https://github.com/xerial/sqlite-jdbc/releases/tag/3.50.3.0) [Compare Source](https://github.com/xerial/sqlite-jdbc/compare/3.50.2.0...3.50.3.0) #### Changelog #### ๐Ÿš€ Features **jdbc** - support JDBC4 CLOB and BLOB in PreparedStatement parameters ([9515a80](https://github.com/xerial/sqlite-jdbc/commits/9515a80)) **sqlite** - upgrade to sqlite 3.50.3 ([ef4e649](https://github.com/xerial/sqlite-jdbc/commits/ef4e649)) **unscoped** - build android native lib with 16kb page size ([8548d1c](https://github.com/xerial/sqlite-jdbc/commits/8548d1c)), closes [#&#8203;1296](https://github.com/xerial/sqlite-jdbc/issues/1296) #### ๐Ÿ›  Build **deps** - bump org.apache.maven.plugins:maven-enforcer-plugin ([e20d3b6](https://github.com/xerial/sqlite-jdbc/commits/e20d3b6)) - bump org.apache.maven.plugins:maven-gpg-plugin ([d1efafe](https://github.com/xerial/sqlite-jdbc/commits/d1efafe)) - bump org.jreleaser:jreleaser-maven-plugin ([4042011](https://github.com/xerial/sqlite-jdbc/commits/4042011)) #### ๐Ÿ“ Documentation - update maven snapshot badge ([19e32f0](https://github.com/xerial/sqlite-jdbc/commits/19e32f0)) #### Contributors We'd like to thank the following people for their contributions: Enaium, Gauthier, Gauthier Roebroeck, Tim Ward ### [`v3.50.2.0`](https://github.com/xerial/sqlite-jdbc/releases/tag/3.50.2.0) [Compare Source](https://github.com/xerial/sqlite-jdbc/compare/3.50.1.0...3.50.2.0) #### Changelog #### ๐Ÿš€ Features **sqlite** - upgrade to sqlite 3.50.2 ([fb62309](https://github.com/xerial/sqlite-jdbc/commits/fb62309)) #### ๐Ÿ› Fixes **jdbc** - update JDBC3DatabaseMetaData to enable supported features ([524ac3a](https://github.com/xerial/sqlite-jdbc/commits/524ac3a)) - ResultSetMetaData.getCatalogName incorrectly returns the table name ([891b650](https://github.com/xerial/sqlite-jdbc/commits/891b650)), closes [#&#8203;1279](https://github.com/xerial/sqlite-jdbc/issues/1279) **unscoped** - faulty android detection ([170ce6e](https://github.com/xerial/sqlite-jdbc/commits/170ce6e)), closes [#&#8203;1287](https://github.com/xerial/sqlite-jdbc/issues/1287) #### ๐Ÿ›  Build **deps** - bump org.sonatype.central:central-publishing-maven-plugin ([d891708](https://github.com/xerial/sqlite-jdbc/commits/d891708)) #### ๐Ÿ“ Documentation - replace maven central links ([6eea8c5](https://github.com/xerial/sqlite-jdbc/commits/6eea8c5)) - update maven central badge in readme ([9a4afe8](https://github.com/xerial/sqlite-jdbc/commits/9a4afe8)) #### Contributors We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck, alexytomi, newdenim, prrvchr ### [`v3.50.1.0`](https://github.com/xerial/sqlite-jdbc/releases/tag/3.50.1.0) [Compare Source](https://github.com/xerial/sqlite-jdbc/compare/3.49.1.0...3.50.1.0) #### Changelog #### ๐Ÿš€ Features **sqlite** - upgrade to sqlite 3.50.1 ([9596393](https://github.com/xerial/sqlite-jdbc/commits/9596393)) **unscoped** - better detection of Android environment ([d540536](https://github.com/xerial/sqlite-jdbc/commits/d540536)), closes [#&#8203;1210](https://github.com/xerial/sqlite-jdbc/issues/1210) - do not create temporary file before opening connection ([639e362](https://github.com/xerial/sqlite-jdbc/commits/639e362)), closes [#&#8203;1260](https://github.com/xerial/sqlite-jdbc/issues/1260) #### ๐Ÿ”„๏ธ Changes - update comment link to Java issue tracker ([79cc5fe](https://github.com/xerial/sqlite-jdbc/commits/79cc5fe)) #### ๐Ÿ›  Build **deps** - bump org.jreleaser:jreleaser-maven-plugin ([8a64841](https://github.com/xerial/sqlite-jdbc/commits/8a64841)) - bump org.junit:junit-bom from 5.12.1 to 5.12.2 ([f3dff86](https://github.com/xerial/sqlite-jdbc/commits/f3dff86)) - bump surefire.version from 3.5.2 to 3.5.3 ([0d2c2a5](https://github.com/xerial/sqlite-jdbc/commits/0d2c2a5)) - bump org.graalvm.buildtools:native-maven-plugin ([75d0a0c](https://github.com/xerial/sqlite-jdbc/commits/75d0a0c)) - bump org.jreleaser:jreleaser-maven-plugin ([3baf8b8](https://github.com/xerial/sqlite-jdbc/commits/3baf8b8)) - bump uraimo/run-on-arch-action from 2 to 3 ([2b96823](https://github.com/xerial/sqlite-jdbc/commits/2b96823)) - bump org.apache.maven.plugins:maven-compiler-plugin ([dc5a58c](https://github.com/xerial/sqlite-jdbc/commits/dc5a58c)) **deps-dev** - bump org.mockito:mockito-core from 5.17.0 to 5.18.0 ([1f66a8d](https://github.com/xerial/sqlite-jdbc/commits/1f66a8d)) - bump com.tngtech.archunit:archunit-junit5 ([b2039f1](https://github.com/xerial/sqlite-jdbc/commits/b2039f1)) - bump org.mockito:mockito-core from 5.16.1 to 5.17.0 ([c8ce29c](https://github.com/xerial/sqlite-jdbc/commits/c8ce29c)) - bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.1 ([6b70c85](https://github.com/xerial/sqlite-jdbc/commits/6b70c85)) - bump org.mockito:mockito-core from 5.16.0 to 5.16.1 ([8417ae1](https://github.com/xerial/sqlite-jdbc/commits/8417ae1)) - bump org.mockito:mockito-core from 5.15.2 to 5.16.0 ([70232b0](https://github.com/xerial/sqlite-jdbc/commits/70232b0)) **unscoped** - re-enable tests dependency ([d86e4c0](https://github.com/xerial/sqlite-jdbc/commits/d86e4c0)) - re-enable tests for snapshot publishing testing ([737588a](https://github.com/xerial/sqlite-jdbc/commits/737588a)) - disable tests for snapshot publishing testing ([45d285d](https://github.com/xerial/sqlite-jdbc/commits/45d285d)) - try to fix snapshot publishing ([ebbdf5d](https://github.com/xerial/sqlite-jdbc/commits/ebbdf5d)) - migrate from ossrh to central publishing ([027bee5](https://github.com/xerial/sqlite-jdbc/commits/027bee5)) - add JUnit 5.12 and GraalVM for JDK 24 support ([bd0e995](https://github.com/xerial/sqlite-jdbc/commits/bd0e995)) #### Contributors We'd like to thank the following people for their contributions: Daniel Hofmann, Gauthier, Gauthier Roebroeck, Holger Voormann, Kristof, alexytomi </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuNCIsInVwZGF0ZWRJblZlciI6IjQyLjAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-06-09 05:00:30 +02:00
Update dependency org.xerial:sqlite-jdbc to v3.50.1.0
All checks were successful
continuous-integration/drone/pr Build is passing
953d68497f
renovate changed title from Update dependency org.xerial:sqlite-jdbc to v3.50.1.0 to Update dependency org.xerial:sqlite-jdbc to v3.50.2.0 2025-06-30 04:00:34 +02:00
renovate force-pushed renovate/org.xerial-sqlite-jdbc-3.x from 953d68497f to 00193da49e 2025-06-30 04:00:36 +02:00 Compare
renovate changed title from Update dependency org.xerial:sqlite-jdbc to v3.50.2.0 to Update dependency org.xerial:sqlite-jdbc to v3.50.3.0 2025-07-21 07:00:24 +02:00
renovate force-pushed renovate/org.xerial-sqlite-jdbc-3.x from 00193da49e to 1edc6df640 2025-07-21 07:00:24 +02:00 Compare
renovate changed title from Update dependency org.xerial:sqlite-jdbc to v3.50.3.0 to Update dependency org.xerial:sqlite-jdbc to v3.51.0.0 2025-11-06 14:44:20 +01:00
renovate force-pushed renovate/org.xerial-sqlite-jdbc-3.x from 1edc6df640 to 0499a24ae7 2025-11-06 14:44:20 +01:00 Compare
bea merged commit 475864389c into main 2025-11-06 16:15:18 +01:00
bea deleted branch renovate/org.xerial-sqlite-jdbc-3.x 2025-11-06 16:15:18 +01:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bea/HidekoBot#51