Skip to content

Commit a7ac5c4

Browse files
Update dependency org.xerial:sqlite-jdbc to v3.50.3.0 (#62)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.xerial:sqlite-jdbc](https://redirect.github.com/xerial/sqlite-jdbc) | `3.50.2.0` -> `3.50.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.xerial:sqlite-jdbc/3.50.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.xerial:sqlite-jdbc/3.50.2.0/3.50.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>xerial/sqlite-jdbc (org.xerial:sqlite-jdbc)</summary> ### [`v3.50.3.0`](https://redirect.github.com/xerial/sqlite-jdbc/releases/tag/3.50.3.0) [Compare Source](https://redirect.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://redirect.github.com/xerial/sqlite-jdbc/commits/9515a80)) **sqlite** - upgrade to sqlite 3.50.3 ([ef4e649](https://redirect.github.com/xerial/sqlite-jdbc/commits/ef4e649)) **unscoped** - build android native lib with 16kb page size ([8548d1c](https://redirect.github.com/xerial/sqlite-jdbc/commits/8548d1c)), closes [#&#8203;1296](https://redirect.github.com/xerial/sqlite-jdbc/issues/1296) #### 🛠 Build **deps** - bump org.apache.maven.plugins:maven-enforcer-plugin ([e20d3b6](https://redirect.github.com/xerial/sqlite-jdbc/commits/e20d3b6)) - bump org.apache.maven.plugins:maven-gpg-plugin ([d1efafe](https://redirect.github.com/xerial/sqlite-jdbc/commits/d1efafe)) - bump org.jreleaser:jreleaser-maven-plugin ([4042011](https://redirect.github.com/xerial/sqlite-jdbc/commits/4042011)) #### 📝 Documentation - update maven snapshot badge ([19e32f0](https://redirect.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 </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Buried-In-Code/Kraken). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f636b08 commit a7ac5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0
1515
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.7.1" }
1616
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.9.0" }
1717
log4j2-slf4j2 = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version = "2.25.1" }
18-
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.50.2.0" }
18+
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.50.3.0" }
1919

2020
[bundles]
2121
kotlinx-serialization = ["kotlinx-serialization-json", "kotlinx-datetime"]

0 commit comments

Comments
 (0)