Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2025

This PR contains the following updates:

Package Update Change
org.xerial/sqlite-jdbc minor 3.45.3.0 -> 3.50.3.0

Release Notes

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

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

  • better detection of Android environment (d540536), closes #​1210
  • do not create temporary file before opening connection (639e362), closes #​1260

🔄️ 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

v3.49.1.0

Compare Source

Changelog
🚀 Features

sqlite

  • upgrade to sqlite 3.49.1 (02d5463)
🛠 Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (9cda17f)

deps-dev

  • bump com.tngtech.archunit:archunit-junit5 (bdcf7ee)
Contributors

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

v3.49.0.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.49.0 (3ef2146)

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 24.1.1 to 24.1.2 (2ced005)

deps-dev

  • bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (cea714f)

Contributors

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

v3.48.0.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.48.0 (c0f66af)

🛠 Build

deps

  • bump org.jreleaser:jreleaser-maven-plugin (302a600)

deps-dev

  • bump org.mockito:mockito-core from 5.14.2 to 5.15.2 (a7dd7d4)
  • bump org.assertj:assertj-core from 3.27.0 to 3.27.2 (3c267ae)

Contributors

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

v3.47.2.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.47.2 (0bd2f8f)

🐛 Fixes

jdbc

  • getColumns doesn't correctly parse precision/scale with whitespace (8455468), closes #​1215

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-javadoc-plugin (533efae)
  • bump org.graalvm.buildtools:native-maven-plugin (bbe5e1e)

deps-dev

  • bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (8283aa7)
  • bump org.junit.jupiter:junit-jupiter (80e51ea)

Contributors

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

v3.47.1.0

Compare Source

Changelog

🚀 Features

  • upgrade to sqlite 3.47.1 (67d28cb)

🐛 Fixes

  • possible StringIndexOutOfBoundsException in ExtendedCommand (2fdb1e9), closes #​1141
  • update module-info.java to make org.slf4j static requirement (81b05ec)

🛠 Build

deps

  • bump org.codehaus.mojo:versions-maven-plugin (da8596c)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (6e4c691)
  • bump org.jreleaser:jreleaser-maven-plugin (9f354be)
  • bump surefire.version from 3.5.1 to 3.5.2 (aa92c59)

📝 Documentation

Contributors

We'd like to thank the following people for their contributions:
Arthur Chan, Gauthier, Gauthier Roebroeck, Rodolfo M. Raya

v3.47.0.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.47.0 (d174b8d)

🐛 Fixes

  • use lambda loggers and fix message format for JUL (fd21058), closes #​1195

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-help-plugin (46cc36d)
  • bump org.graalvm.sdk:nativeimage from 24.1.0 to 24.1.1 (2c86dcf)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (a88f62a)
  • bump surefire.version from 3.5.0 to 3.5.1 (9fadf17)
  • bump org.apache.maven.plugins:maven-gpg-plugin (132ab17)

deps-dev

  • bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (c0b9f99)
  • bump org.junit.jupiter:junit-jupiter (82a5f2a)
  • bump org.junit.jupiter:junit-jupiter (761eb2e)
  • bump org.junit-pioneer:junit-pioneer (7586ce9)
  • bump org.junit.jupiter:junit-jupiter (69ea4db)
  • bump org.mockito:mockito-core from 5.13.0 to 5.14.1 (dd79b6d)

Contributors

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

v3.46.1.3

Compare Source

Changelog

🚀 Features

jdbc

  • add setGetGeneratedKeys on SQLiteDataSource and SQLiteConfig for proper cascading (d463ef7), closes #​1135

Contributors

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

v3.46.1.2

Compare Source

Changelog

🚀 Features

jdbc

  • add configuration to disable eager retrieval of generated keys (aed5121), closes #​1135

Contributors

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

v3.46.1.1

Compare Source

Changelog

🚀 Features

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 24.0.2 to 24.1.0 (ec4d3fd)
  • bump org.graalvm.buildtools:native-maven-plugin (588614a)
  • bump org.apache.maven.plugins:maven-gpg-plugin (abdf61d)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (a445f6c)
  • bump org.jreleaser:jreleaser-maven-plugin (1309c5c)
  • bump surefire.version from 3.4.0 to 3.5.0 (2ed606f)
  • bump org.apache.maven.plugins:maven-help-plugin (4fa9e6f)
  • bump surefire.version from 3.3.1 to 3.4.0 (793fac5)

deps-dev

  • bump org.junit.jupiter:junit-jupiter (02bac1a)
  • bump org.mockito:mockito-core from 5.12.0 to 5.13.0 (ea152b4)

Contributors

We'd like to thank the following people for their contributions:
Charles Oliver Nutter, Gauthier, Gauthier Roebroeck

v3.46.1.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.46.1 (be3bf30)

🐛 Fixes

native-image

  • support strict image heap (029a35f)

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-gpg-plugin (17dffe9)

unscoped

  • add GraalVM for JDK 22 to native test suite (e40e5a3)

Contributors

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

v3.46.0.1

Compare Source

Changelog

🚀 Features

🐛 Fixes

jdbc

  • generated columns with stored in SQLite are not marked as generated (429bbe4), closes #​1132

unscoped

  • never return arch as aarch64 when running in a 32-bit JVM (0c3db0b), closes #​1127
  • throw java.lang.ExceptionInInitializerError when calling SQLiteConfig.Pragma.values() (ec0a524), closes #​1123

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-javadoc-plugin (c375a40)
  • bump org.graalvm.sdk:nativeimage from 24.0.1 to 24.0.2 (d50d5e6)
  • bump org.codehaus.mojo:versions-maven-plugin (14e07d4)
  • bump surefire.version from 3.3.0 to 3.3.1 (edac56b)
  • bump org.codehaus.mojo:versions-maven-plugin (f411591)
  • bump org.jreleaser:jreleaser-maven-plugin (2376d03)
  • bump org.apache.maven.plugins:maven-jar-plugin (d5394ea)
  • bump andymckay/cancel-action from 0.4 to 0.5 (99aa8d9)
  • bump surefire.version from 3.2.5 to 3.3.0 (b64f8fb)
  • bump org.apache.maven.plugins:maven-help-plugin (235143b)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (50ef887)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (efd5449)
  • bump org.sonatype.plugins:nexus-staging-maven-plugin (dbbf4e0)

deps-dev

  • bump org.assertj:assertj-core from 3.26.0 to 3.26.3 (7293f78)
  • bump org.junit.jupiter:junit-jupiter (b80a294)
  • bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (6188b48)

📝 Documentation

  • add riscv64 in the supported OS table (2b72c94)
  • mention temporary databases (0035ec4)

Contributors

We'd like to thank the following people for their contributions:
Asger Hautop Drewsen, Gauthier, IAmHash, Sualeh Fatehi, 秋 雨落

v3.46.0.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.46.0 (dfa37a1)

🔄️ Changes

🛠 Build

deps

  • bump org.jreleaser:jreleaser-maven-plugin (2ae0884)
  • bump org.apache.maven.plugins:maven-gpg-plugin (88fa86f)
  • bump org.apache.maven.plugins:maven-jar-plugin (7f3fd87)
  • bump org.graalvm.sdk:nativeimage from 24.0.0 to 24.0.1 (d9fd689)
  • bump com.tngtech.archunit:archunit-junit5 from 1.2.1 to 1.3.0 (9e4a9df)

deps-dev

  • bump org.mockito:mockito-core from 5.11.0 to 5.12.0 (ce10957)

unscoped

Contributors

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


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency org.xerial/sqlite-jdbc to v3.48.0.0 chore(deps): update dependency org.xerial/sqlite-jdbc to v3.49.0.0 Feb 7, 2025
@renovate renovate bot force-pushed the renovate/org.xerial-sqlite-jdbc-3.x branch from 3abdbe2 to 16376d9 Compare February 7, 2025 04:41
@renovate renovate bot force-pushed the renovate/org.xerial-sqlite-jdbc-3.x branch from 16376d9 to 2738d53 Compare February 19, 2025 02:54
@renovate renovate bot changed the title chore(deps): update dependency org.xerial/sqlite-jdbc to v3.49.0.0 chore(deps): update dependency org.xerial/sqlite-jdbc to v3.49.1.0 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/org.xerial-sqlite-jdbc-3.x branch from 2738d53 to 7c869c5 Compare June 9, 2025 06:30
@renovate renovate bot changed the title chore(deps): update dependency org.xerial/sqlite-jdbc to v3.49.1.0 chore(deps): update dependency org.xerial/sqlite-jdbc to v3.50.1.0 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/org.xerial-sqlite-jdbc-3.x branch from 7c869c5 to 3ca13a6 Compare June 30, 2025 02:50
@renovate renovate bot changed the title chore(deps): update dependency org.xerial/sqlite-jdbc to v3.50.1.0 chore(deps): update dependency org.xerial/sqlite-jdbc to v3.50.2.0 Jun 30, 2025
@renovate renovate bot force-pushed the renovate/org.xerial-sqlite-jdbc-3.x branch from 3ca13a6 to bdd8cf8 Compare July 21, 2025 04:40
@renovate renovate bot changed the title chore(deps): update dependency org.xerial/sqlite-jdbc to v3.50.2.0 chore(deps): update dependency org.xerial/sqlite-jdbc to v3.50.3.0 Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants