Skip to content

Commit

Permalink
build(gradle): Bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.47.1.0 (#…
Browse files Browse the repository at this point in the history
…801)

Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc)
from 3.47.0.0 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>
</blockquote>
</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.47.0.0...3.47.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xerial:sqlite-jdbc&package-manager=gradle&previous-version=3.47.0.0&new-version=3.47.1.0)](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>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 7754152 commit 279da64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c3r-sdk-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'software.amazon.awssdk:cleanrooms:2.29.19'

// SQL
implementation 'org.xerial:sqlite-jdbc:3.47.0.0'
implementation 'org.xerial:sqlite-jdbc:3.47.1.0'

// Parsing - CSV
implementation 'com.univocity:univocity-parsers:2.9.1'
Expand Down

0 comments on commit 279da64

Please sign in to comment.