Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.43.0.0 (#914)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.xerial:sqlite-jdbc](https://togithub.com/xerial/sqlite-jdbc) |
`3.42.0.1` -> `3.43.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.xerial:sqlite-jdbc/3.43.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.xerial:sqlite-jdbc/3.43.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.xerial:sqlite-jdbc/3.42.0.1/3.43.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.xerial:sqlite-jdbc/3.42.0.1/3.43.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>xerial/sqlite-jdbc (org.xerial:sqlite-jdbc)</summary>

###
[`v3.43.0.0`](https://togithub.com/xerial/sqlite-jdbc/releases/tag/3.43.0.0)

[Compare
Source](https://togithub.com/xerial/sqlite-jdbc/compare/3.42.0.1...3.43.0.0)

#### Changelog

#### πŸš€ Features

- upgrade to sqlite 3.43.0
([6e02ee7](https://togithub.com/xerial/sqlite-jdbc/commits/6e02ee7))

#### πŸ› Fixes

**jdbc**

- 🚨 remove support for Statement#getGeneratedKeys: *getGeneratedKeys is
not supported anymore*
([712a8a5](https://togithub.com/xerial/sqlite-jdbc/commits/712a8a5)),
closes [#&#8203;329](https://togithub.com/xerial/sqlite-jdbc/issues/329)

#### πŸ”„οΈ Changes

- 🚨 remove the deprecated SQLiteJDBCLoader isPureJavaMode and
getPureJavaFlag: *methods are removed*
([e52c44f](https://togithub.com/xerial/sqlite-jdbc/commits/e52c44f))
- 🚨 remove the deprecated TransactionMode.DEFFERED: *no more backward
compatibility when using the deprecated enum value*
([8967d75](https://togithub.com/xerial/sqlite-jdbc/commits/8967d75))

#### πŸ›   Build

**deps**

- bump org.graalvm.buildtools:native-maven-plugin
([a89a42a](https://togithub.com/xerial/sqlite-jdbc/commits/a89a42a))
- bump org.apache.maven.plugins:maven-enforcer-plugin
([5488061](https://togithub.com/xerial/sqlite-jdbc/commits/5488061))

**deps-dev**

- bump org.mockito:mockito-core from 5.4.0 to 5.5.0
([fffd224](https://togithub.com/xerial/sqlite-jdbc/commits/fffd224))

**unscoped**

- remove conditions over native or java mode
([c4ddd1e](https://togithub.com/xerial/sqlite-jdbc/commits/c4ddd1e))

#### Contributors

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

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ZacSweers/CatchUp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent 399c105 commit 565b45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spotless = "6.21.0"
sqldelight = "2.0.0"
telephoto = "1.0.0-alpha02"
tikxml = "0.8.15"
xerial = "3.42.0.1"
xerial = "3.43.0.0"
collapsingToolbar = "2.3.5"

[plugins]
Expand Down

0 comments on commit 565b45d

Please sign in to comment.