-
Notifications
You must be signed in to change notification settings - Fork 193
Commit e28125b
authored
Bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.1.0 (#584)
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc)
from 3.46.1.3 to 3.47.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/xerial/sqlite-jdbc/releases">org.xerial:sqlite-jdbc's
releases</a>.</em></p>
<blockquote>
<h2>Release 3.47.1.0</h2>
<h2>Changelog</h2>
<h2>🚀 Features</h2>
<ul>
<li>upgrade to sqlite 3.47.1 (<a
href="https://github.com/xerial/sqlite-jdbc/commits/67d28cb">67d28cb</a>)</li>
</ul>
<h2>🐛 Fixes</h2>
<ul>
<li>possible StringIndexOutOfBoundsException in ExtendedCommand (<a
href="https://github.com/xerial/sqlite-jdbc/commits/2fdb1e9">2fdb1e9</a>),
closes <a
href="https://redirect.github.com/xerial/sqlite-jdbc/issues/1141">#1141</a></li>
<li>update module-info.java to make org.slf4j static requirement (<a
href="https://github.com/xerial/sqlite-jdbc/commits/81b05ec">81b05ec</a>)</li>
</ul>
<h2>🛠 Build</h2>
<p><strong>deps</strong></p>
<ul>
<li>bump org.codehaus.mojo:versions-maven-plugin (<a
href="https://github.com/xerial/sqlite-jdbc/commits/da8596c">da8596c</a>)</li>
<li>bump org.apache.maven.plugins:maven-javadoc-plugin (<a
href="https://github.com/xerial/sqlite-jdbc/commits/6e4c691">6e4c691</a>)</li>
<li>bump org.jreleaser:jreleaser-maven-plugin (<a
href="https://github.com/xerial/sqlite-jdbc/commits/9f354be">9f354be</a>)</li>
<li>bump surefire.version from 3.5.1 to 3.5.2 (<a
href="https://github.com/xerial/sqlite-jdbc/commits/aa92c59">aa92c59</a>)</li>
</ul>
<h2>📝 Documentation</h2>
<ul>
<li>add supported API level for Android (<a
href="https://github.com/xerial/sqlite-jdbc/commits/4a41998">4a41998</a>),
closes <a
href="https://redirect.github.com/xerial/sqlite-jdbc/issues/1204">#1204</a></li>
</ul>
<h2>Contributors</h2>
<p>We'd like to thank the following people for their contributions:
Arthur Chan, Gauthier, Gauthier Roebroeck, Rodolfo M. Raya</p>
<h2>Release 3.47.0.0</h2>
<h2>Changelog</h2>
<h2>🚀 Features</h2>
<p><strong>sqlite</strong></p>
<ul>
<li>upgrade to sqlite 3.47.0 (<a
href="https://github.com/xerial/sqlite-jdbc/commits/d174b8d">d174b8d</a>)</li>
</ul>
<h2>🐛 Fixes</h2>
<ul>
<li>use lambda loggers and fix message format for JUL (<a
href="https://github.com/xerial/sqlite-jdbc/commits/fd21058">fd21058</a>),
closes <a
href="https://redirect.github.com/xerial/sqlite-jdbc/issues/1195">#1195</a></li>
</ul>
<h2>🛠 Build</h2>
<p><strong>deps</strong></p>
<ul>
<li>bump org.apache.maven.plugins:maven-help-plugin (<a
href="https://github.com/xerial/sqlite-jdbc/commits/46cc36d">46cc36d</a>)</li>
<li>bump org.graalvm.sdk:nativeimage from 24.1.0 to 24.1.1 (<a
href="https://github.com/xerial/sqlite-jdbc/commits/2c86dcf">2c86dcf</a>)</li>
<li>bump org.apache.maven.plugins:maven-javadoc-plugin (<a
href="https://github.com/xerial/sqlite-jdbc/commits/a88f62a">a88f62a</a>)</li>
<li>bump surefire.version from 3.5.0 to 3.5.1 (<a
href="https://github.com/xerial/sqlite-jdbc/commits/9fadf17">9fadf17</a>)</li>
<li>bump org.apache.maven.plugins:maven-gpg-plugin (<a
href="https://github.com/xerial/sqlite-jdbc/commits/132ab17">132ab17</a>)</li>
</ul>
<p><strong>deps-dev</strong></p>
<ul>
<li>bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (<a
href="https://github.com/xerial/sqlite-jdbc/commits/c0b9f99">c0b9f99</a>)</li>
<li>bump org.junit.jupiter:junit-jupiter (<a
href="https://github.com/xerial/sqlite-jdbc/commits/82a5f2a">82a5f2a</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xerial/sqlite-jdbc/commit/9253692b06904da528803a6cacba7ed39f657ba2"><code>9253692</code></a>
chore(release): 3.47.1.0 [skip ci]</li>
<li><a
href="https://github.com/xerial/sqlite-jdbc/commit/043e5d8b297793f339a167bf3d7d4bc7ddf42fb2"><code>043e5d8</code></a>
chore: update native libraries</li>
<li><a
href="https://github.com/xerial/sqlite-jdbc/commit/67d28cb3a1d8690064a3faf2e3e9341428bcbce8"><code>67d28cb</code></a>
feat: upgrade to sqlite 3.47.1</li>
<li><a
href="https://github.com/xerial/sqlite-jdbc/commit/2fdb1e98397e960200506dc23d10f7ee22fd4b6f"><code>2fdb1e9</code></a>
fix: possible StringIndexOutOfBoundsException in ExtendedCommand</li>
<li><a
href="https://github.com/xerial/sqlite-jdbc/commit/da8596c2421c28272bbef76e707cb6768f10a5c6"><code>da8596c</code></a>
build(deps): bump org.codehaus.mojo:versions-maven-plugin</li>
<li><a
href="https://github.com/xerial/sqlite-jdbc/commit/6e4c69126cc91b7d560cb684d73c247de968c25f"><code>6e4c691</code></a>
build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin</li>
<li><a
href="https://github.com/xerial/sqlite-jdbc/commit/9f354bed72467899f7a463096a636958c5485fa6"><code>9f354be</code></a>
build(deps): bump org.jreleaser:jreleaser-maven-plugin</li>
<li><a
href="https://github.com/xerial/sqlite-jdbc/commit/aa92c593ba1fe18f718215c9aa2dcecd12ec4419"><code>aa92c59</code></a>
build(deps): bump surefire.version from 3.5.1 to 3.5.2</li>
<li><a
href="https://github.com/xerial/sqlite-jdbc/commit/4a419981aab112b398ca0a998c9b053d07b7fcba"><code>4a41998</code></a>
docs: add supported API level for Android</li>
<li><a
href="https://github.com/xerial/sqlite-jdbc/commit/81b05ec5c216f0976c98fc9e8fcc52ac7388cfe3"><code>81b05ec</code></a>
fix: update module-info.java to make org.slf4j static requirement</li>
<li>Additional commits viewable in <a
href="https://github.com/xerial/sqlite-jdbc/compare/3.46.1.3...3.47.1.0">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 64468c3 commit e28125bCopy full SHA for e28125b
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
|
0 commit comments