Commit 09f8109
authored
Bump github.com/mattn/go-sqlite3 from 1.14.34 to 1.14.37 (#3094)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
from 1.14.34 to 1.14.37.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/bb8d0b2a05b09af1f10223174446381756d69e1b"><code>bb8d0b2</code></a>
Bump Go test matrix versions from 1.23-1.25 to 1.24-1.26</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/bc7436edad4740da6291ca279110b9a484a8e27f"><code>bc7436e</code></a>
Bump GitHub Actions versions to latest</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/0f12d4e815364608302e3c20026a0826ac4bf85e"><code>0f12d4e</code></a>
Ensure Close always removes runtime finalizer to prevent memory
leak</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/d71eda82d46fecab5932c527e315a2114d4ba754"><code>d71eda8</code></a>
Fix upgrade.sh: add already-up-to-date check and fix changelog URL
format</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/4ea2a9fb44c7ecc6eee436d26a32ab34a79a87ce"><code>4ea2a9f</code></a>
Upgrade SQLite to version 3051003</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/8c99a685547a38cebad273b2d8f2db6929b1d6ff"><code>8c99a68</code></a>
Call sqlite3_clear_bindings() in bind() to reset parameters</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/5a1f4d3045b5f8f3426864924698ab61497ec78d"><code>5a1f4d3</code></a>
use unsafe.Slice</li>
<li><a
href="https://github.com/mattn/go-sqlite3/commit/8366a001c1c4d13979f74d1fd370ad6c36e91c46"><code>8366a00</code></a>
create pull-request</li>
<li>See full diff in <a
href="https://github.com/mattn/go-sqlite3/compare/v1.14.34...v1.14.37">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent f2b8c20 commit 09f8109
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments