Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.xerial:sqlite-jdbc to v3.47.1.0 #382

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2023

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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

v3.45.3.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.45.3 (f271cf9)

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 23.1.2 to 24.0.0 (09ca844)
  • bump org.apache.maven.plugins:maven-jar-plugin (12316ca)
  • bump org.apache.maven.plugins:maven-gpg-plugin (3420859)
  • bump org.apache.maven.plugins:maven-source-plugin (14f27ec)
  • bump org.apache.maven.plugins:maven-gpg-plugin (139e914)
  • bump org.apache.maven.plugins:maven-compiler-plugin (607d48c)
  • bump org.apache.maven.plugins:maven-gpg-plugin (c556f08)

Contributors

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

v3.45.2.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.45.2 (c56fbf1)

🏎 Perf

  • CoreStatement uses optimize regex for generated key matches (95b8efa)

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-gpg-plugin (3b83760)
  • bump org.jreleaser:jreleaser-maven-plugin (9ccd1e7)
  • bump org.graalvm.buildtools:native-maven-plugin (eca45e5)
  • bump andymckay/cancel-action from 0.3 to 0.4 (b11f8be)
  • bump org.graalvm.buildtools:native-maven-plugin (cdad828)

deps-dev

  • bump org.mockito:mockito-core from 5.10.0 to 5.11.0 (07b38af)
  • bump org.junit.jupiter:junit-jupiter (6c2e966)
  • bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (daca050)

unscoped

📝 Documentation

Contributors

We'd like to thank the following people for their contributions:
David Schlosnagle, Gauthier, Gauthier Roebroeck, Tamas Cservenak, hbobenicio, prubel

v3.45.1.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.45.1 (8a47fb0)

🐛 Fixes

jdbc

  • support CTE and REPLACE syntax with Statement#getGeneratedKeys (2cf1b26)

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 23.1.1 to 23.1.2 (a84e560)

deps-dev

  • bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (2e336d9)
  • bump org.mockito:mockito-core from 5.9.0 to 5.10.0 (0eb6cb8)

Contributors

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

v3.45.0.0

Compare Source

Changelog

🚀 Features

jdbc

  • reintroduce improved support for Statement#getGeneratedKeys (f7d49f6)

sqlite

  • upgrade to sqlite 3.45.0 (961e6c1)

🛠 Build

build-native

  • migrate upload/download to v4 syntax (02d0371)

deps

  • bump surefire.version from 3.2.3 to 3.2.5 (e37b720)
  • bump org.apache.maven.plugins:maven-compiler-plugin (5520295)
  • bump org.jreleaser:jreleaser-maven-plugin (1cb9462)
  • bump actions/download-artifact from 3 to 4 (47c2b52)
  • bump org.apache.maven.plugins:maven-compiler-plugin (f094bff)
  • bump surefire.version from 3.2.2 to 3.2.3 (585d0d0)
  • bump actions/upload-artifact from 3 to 4 (d58b364)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (1f57928)
  • bump actions/setup-java from 3 to 4 (0874939)

deps-dev

  • bump org.mockito:mockito-core from 5.8.0 to 5.9.0 (93cd00c)
  • bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (688fa0c)
  • bump org.mockito:mockito-core from 5.7.0 to 5.8.0 (7d44a45)
  • bump ch.qos.logback:logback-classic (16216ac)
  • bump com.tngtech.archunit:archunit-junit5 (e8d6c7a)

unscoped

  • add 2024 folder for amalgamation download (2da5480)

Contributors

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

v3.44.1.0

Compare Source

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.44.1 (1eef6a5)

🏎 Perf

sqlite

  • disable pagecache overflow stat (31b7659)

🛠 Build

deps

  • bump org.codehaus.mojo:versions-maven-plugin (baf1295)
  • bump org.jreleaser:jreleaser-maven-plugin (849d6eb)

deps-dev

  • bump org.junit-pioneer:junit-pioneer (f3333e7)
  • bump org.mockito:mockito-core from 5.6.0 to 5.7.0 (8cd1fa1)

Contributors

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

v3.44.0.0

Compare Source

Changelog

🚀 Features

sqlite

  • support serialize/deserialize sqlite APis (6823954)
  • upgrade to sqlite 3.44.0 (fd222f3)

🛠 Build

deps

  • bump surefire.version from 3.2.1 to 3.2.2 (4232352)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (64b8ced)

deps-dev

  • bump com.tngtech.archunit:archunit-junit5 (3094fb0)
  • bump org.junit.jupiter:junit-jupiter (9500426)
  • downgrade logback to 1.2.12 (2d76795)

Contributors

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

v3.43.2.2

Compare Source

Changelog

🐛 Fixes

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 23.1.0 to 23.1.1 (4dba62c)
  • bump surefire.version from 3.1.2 to 3.2.1 (958b4f6)
  • bump org.graalvm.buildtools:native-maven-plugin (98093e1)

jreleaser

unscoped

  • add build step necessary for jreleaser when not pushing to maven central (36116ca)

Contributors

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

v3.43.2.1

Compare Source

Changelog

🐛 Fixes

📝 Documentation

Contributors

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

v3.43.2.0

Compare Source

Changelog

🚀 Features

  • upgrade to sqlite 3.43.2 (a434c78)
  • add slf44-api to replace use of standard streams (21c77a4), closes #​802
  • upgrade to sqlite 3.43.1 (7b40a6a)

🐛 Fixes

native-image

  • do not initialize logging framework at build-time (d8f762c)

unscoped

  • add missing module requirement for slf4j (32082c0)
  • add SONAME to Android binaries (f6a3aef), closes #​960

🏎 Perf

🔄️ Changes

🛠 Build

deps

  • bump org.codehaus.mojo:versions-maven-plugin (ebdda17)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (5e37532)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (b3188dc)
  • bump actions/checkout from 3 to 4 (3eaabec)
  • bump org.jreleaser:jreleaser-maven-plugin (07d420d)

deps-dev

  • bump org.mockito:mockito-core from 5.5.0 to 5.6.0 (54aa6ab)
  • bump org.junit-pioneer:junit-pioneer (b363636)

makefile

unscoped

  • update native-image testing to GraalVM 21 (1229f00)
  • fix native configuration for slf4j (89dbda1)
  • MultipleClassLoaderTest fails on Windows (d4f4dc2)

Contributors

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

v3.43.0.0

Compare Source

Changelog

🚀 Features

  • upgrade to sqlite 3.43.0 (6e02ee7)

🐛 Fixes

jdbc

  • 🚨 remove support for Statement#getGeneratedKeys: getGeneratedKeys is not supported anymore (712a8a5), closes #​329

🔄️ Changes

  • 🚨 remove the deprecated SQLiteJDBCLoader isPureJavaMode and getPureJavaFlag: methods are removed (e52c44f)
  • 🚨 remove the deprecated TransactionMode.DEFFERED: no more backward compatibility when using the deprecated enum value (8967d75)

🛠 Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (a89a42a)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (5488061)

deps-dev

  • bump org.mockito:mockito-core from 5.4.0 to 5.5.0 (fffd224)

unscoped

  • remove conditions over native or java mode (c4ddd1e)

Contributors

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


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.42.0.1 Update dependency org.xerial:sqlite-jdbc to v3.43.0.0 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from f4254db to 9e78413 Compare August 29, 2023 10:59
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.43.0.0 Update dependency org.xerial:sqlite-jdbc to v3.43.2.0 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 9e78413 to 7da7dd8 Compare October 13, 2023 04:24
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.43.2.0 Update dependency org.xerial:sqlite-jdbc to v3.43.2.1 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 7da7dd8 to c0ca04c Compare October 18, 2023 11:22
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.43.2.1 Update dependency org.xerial:sqlite-jdbc to v3.43.2.2 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from c0ca04c to a87ec52 Compare October 30, 2023 07:05
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from a87ec52 to 65084cb Compare November 10, 2023 21:58
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.43.2.2 Update dependency org.xerial:sqlite-jdbc to v3.44.0.0 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 65084cb to 18e58fc Compare November 13, 2023 03:10
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.44.0.0 Update dependency org.xerial:sqlite-jdbc to v3.44.1.0 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 18e58fc to b28156f Compare November 27, 2023 03:42
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from b28156f to 038cca4 Compare January 19, 2024 04:10
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.44.1.0 Update dependency org.xerial:sqlite-jdbc to v3.45.0.0 Jan 19, 2024
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.45.0.0 Update dependency org.xerial:sqlite-jdbc to v3.45.1.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 038cca4 to 0180c9a Compare January 31, 2024 06:12
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 0180c9a to a5fd333 Compare March 13, 2024 04:07
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.45.1.0 Update dependency org.xerial:sqlite-jdbc to v3.45.2.0 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from a5fd333 to d989d40 Compare April 16, 2024 04:14
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.45.2.0 Update dependency org.xerial:sqlite-jdbc to v3.45.3.0 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from d989d40 to 1eb3a82 Compare May 27, 2024 10:47
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.45.3.0 Update dependency org.xerial:sqlite-jdbc to v3.46.0.0 May 27, 2024
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 1eb3a82 to 8602e67 Compare July 30, 2024 04:48
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.46.0.0 Update dependency org.xerial:sqlite-jdbc to v3.46.0.1 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 8602e67 to 93bbc56 Compare August 19, 2024 05:01
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.46.0.1 Update dependency org.xerial:sqlite-jdbc to v3.46.1.0 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 93bbc56 to 6bac27c Compare September 25, 2024 04:27
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.46.1.0 Update dependency org.xerial:sqlite-jdbc to v3.46.1.1 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 6bac27c to 57cd7ab Compare September 25, 2024 12:16
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.46.1.1 Update dependency org.xerial:sqlite-jdbc to v3.46.1.2 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 57cd7ab to 1b0937d Compare September 26, 2024 11:01
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.46.1.2 Update dependency org.xerial:sqlite-jdbc to v3.46.1.3 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 1b0937d to 7e108d2 Compare October 23, 2024 04:58
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.46.1.3 Update dependency org.xerial:sqlite-jdbc to v3.47.0.0 Oct 23, 2024
@renovate renovate bot changed the title Update dependency org.xerial:sqlite-jdbc to v3.47.0.0 Update dependency org.xerial:sqlite-jdbc to v3.47.1.0 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/jdbc.sqlite branch from 7e108d2 to e11f604 Compare November 26, 2024 07:09
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