dependabot[bot] opened a new pull request, #4744:
URL: https://github.com/apache/incubator-seatunnel/pull/4744

   Bumps [clickhouse-jdbc](https://github.com/ClickHouse/clickhouse-java) from 
0.3.2-patch11 to 0.4.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ClickHouse/clickhouse-java/releases";>clickhouse-jdbc's 
releases</a>.</em></p>
   <blockquote>
   <h2>Release v0.4.6</h2>
   <p>This is a patch release mainly for bug fixes. It's highly recommended to 
upgrade, especially when you're using nested arrays, or client certificate 
authentication with password protection.</p>
   <ul>
   <li>
   <p>🐛 Bug Fix</p>
   <ul>
   <li>Too many socket fds generated by Apache HttpClient - by <a 
href="https://github.com/JackyWoo";><code>@​JackyWoo</code></a></li>
   <li>NoClassDefFoundError with clickhouse-apache-http-client-jdbc - <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1319";>#1319</a>
 by <a href="https://github.com/JackyWoo";><code>@​JackyWoo</code></a></li>
   <li>Nested array in tuple array is incorrectly deserialized - <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1324";>#1324</a></li>
   <li>Client certificate password exposure in exception - <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1331";>#1331</a></li>
   </ul>
   </li>
   <li>
   <p>✨ New Feature</p>
   <ul>
   <li>ClickHouseStatement.setMirroredOutput() for dumping ResultSet</li>
   <li>ClickHouseResponse.records(Class<!-- raw HTML omitted -->) for object 
mapping</li>
   <li>Two new options(use_compilation &amp; max_mapper_cache) reserved for 
future usage</li>
   </ul>
   </li>
   </ul>
   <h2>Release v0.4.5</h2>
   <p>Another tiny release trying to unblock some of the work relying on Java 
client. You don't have to upgrade if you use JDBC or R2DBC driver.</p>
   <ul>
   <li>
   <p>💥 BREAKING CHANGES</p>
   <ul>
   <li>Refactored data processors and response classes to ensure input stream 
remain intact before first read - performance penalty is ~3%
   <ul>
   <li>move ClickHouseSimpleRecord to com.clickhouse.data</li>
   <li>stop reading input stream when instantiating ClickHouseDataProcessor</li>
   <li>remove createRecord() method in ClickHouseDataProcessor along with some 
duplicated code</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>
   <p>🐛 Bug Fix</p>
   <ul>
   <li>Slow when using Apache Http Client - <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1320";>#1320</a>
 by <a href="https://github.com/JackyWoo";><code>@​JackyWoo</code></a></li>
   <li>ClickHouseResponse.getInputStream may return closed input stream</li>
   <li>ConcurrentModificationException may occur during deserialization - <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1327";>#1327</a>
 by <a href="https://github.com/pan3793";><code>@​pan3793</code></a></li>
   <li>ClickHouseSslContextProvider is not customizable - <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1329";>#1329</a></li>
   </ul>
   </li>
   <li>
   <p>✨ New Feature</p>
   <ul>
   <li>Disabled SQL rewrite for DELETE statement in ClickHouse 23.3+</li>
   </ul>
   </li>
   <li>
   <p>🎨 Misc</p>
   <ul>
   <li>bump MySQL JDBC driver to 8.0.33 - by <a 
href="https://github.com/pan3793";><code>@​pan3793</code></a></li>
   </ul>
   </li>
   </ul>
   <h2>Release v0.4.4</h2>
   <p>Same as v0.4.3 except updated POM for the following changes:</p>
   <ul>
   <li>bump dependencies</li>
   <li>roll back Maven flatten plugin from 1.4.1 to 1.2.7</li>
   </ul>
   <h2>Release v0.4.3</h2>
   <blockquote>
   <p><strong>Warning</strong> Please upgrade to <a 
href="https://github.com/ClickHouse/clickhouse-java/releases/tag/v0.4.4";>v0.4.4</a>
 to resolve dependency issue.</p>
   </blockquote>
   <p>This is a tiny release for bug fixing. Please upgrade if your work rely 
on text-based data format and/or R2DBC driver.</p>
   <ul>
   <li>🐛 Bug Fix
   <ul>
   <li>unable to convert empty string to default value when using text-based 
data format</li>
   <li>r2dbc driver does not support most client options - <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1299";>#1299</a></li>
   <li>incorrect content from Lz4InputStream when using text-based data format 
- <a 
href="https://redirect.github.com/ClickHouse/ClickHouse/issues/48446";>ClickHouse/ClickHouse#48446</a></li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ClickHouse/clickhouse-java/blob/main/CHANGELOG.md";>clickhouse-jdbc's
 changelog</a>.</em></p>
   <blockquote>
   <h2>0.4.6, 2023-05-02</h2>
   <h3>New Features</h3>
   <ul>
   <li>ClickHouseStatement.setMirroredOutput() for dumping ResultSet.</li>
   <li>ClickHouseResponse.records(Class<!-- raw HTML omitted -->) for object 
mapping.</li>
   <li>Two new options(use_compilation &amp; max_mapper_cache) reserved for 
future usage.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Too many socket fds generated by Apache HttpClient.</li>
   <li>NoClassDefFoundError with clickhouse-apache-http-client-jdbc. <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1319";>#1319</a></li>
   <li>Nested array in tuple array is incorrectly deserialized. <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1324";>#1324</a></li>
   <li>client certificate password exposure in exception. <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1331";>#1331</a></li>
   </ul>
   <h2>0.4.5, 2023-04-25</h2>
   <h3>Breaking Changes</h3>
   <ul>
   <li>refactor data processors and response classes to ensure input stream 
remain intact before first read:
   <ul>
   <li>move ClickHouseSimpleRecord to com.clickhouse.data</li>
   <li>stop reading input stream when instantiating ClickHouseDataProcessor</li>
   <li>remove createRecord() method in ClickHouseDataProcessor along with some 
duplicated code</li>
   </ul>
   </li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>disable SQL rewrite for DELETE statement in ClickHouse 23.3+</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Slow when using Apache Http Client. <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1320";>#1320</a></li>
   <li>ClickHouseResponse.getInputStream may return closed input stream.</li>
   <li>ConcurrentModificationException may occure during deserialization. <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/pull/1327";>#1327</a></li>
   <li>ClickHouseSslContextProvider is not customizable. <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1329";>#1329</a></li>
   </ul>
   <h2>0.4.4, 2023-04-17</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>flatten plugin 1.4.1 generated non-sense dependencies.</li>
   </ul>
   <h2>0.4.3, 2023-04-17</h2>
   <h3>New Features</h3>
   <ul>
   <li>replace JavaCC21 with CongoCC</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>unable to convert empty string to default value when using text-based 
data format.</li>
   <li>r2dbc driver does not support most client options. <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1299";>#1299</a></li>
   <li>incorrect content from Lz4InputStream when using text-based data format 
<a 
href="https://redirect.github.com/ClickHouse/ClickHouse/issues/48446";>#48446</a></li>
   </ul>
   <h2>0.4.2, 2023-03-21</h2>
   <h3>Breaking Changes</h3>
   <ul>
   <li>ClickHouseSqlStatement and *ParserHandler in JDBC driver were refactored 
to support <code>compression</code> and <code>infile</code> in insert 
statement.</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>centralized configuration for JDBC driver using custom server setting 
<code>custom_jdbc_config</code>.</li>
   <li>support <code>BEGIN TRANSACTION</code>, <code>COMMIT</code>, and 
<code>ROLLBACK</code> in JDBC driver. <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/975";>#975</a></li>
   <li>new options for JDBC driver
   <ul>
   <li>databaseTerm(catalog or schema, defaults to schema) <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1273";>#1273</a></li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ClickHouse/clickhouse-java/commit/dd91e1776b94a30e32fecf9c82354685295169a6";><code>dd91e17</code></a>
 Merge pull request <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1346";>#1346</a>
 from zhicwu/main</li>
   <li><a 
href="https://github.com/ClickHouse/clickhouse-java/commit/230f199e6766cdffe8ce221f2235d723a7f0b14c";><code>230f199</code></a>
 Fix issues reported by SonarCloud</li>
   <li><a 
href="https://github.com/ClickHouse/clickhouse-java/commit/d2969f1e4328eeba8993d3ceeb3bb97754f62bc4";><code>d2969f1</code></a>
 Log one more bug fix</li>
   <li><a 
href="https://github.com/ClickHouse/clickhouse-java/commit/b9a3f8f931c0f3bf70b2ef142bbac06a8028c7a9";><code>b9a3f8f</code></a>
 update description</li>
   <li><a 
href="https://github.com/ClickHouse/clickhouse-java/commit/0db2a5cf8cdb107a6d213158166961602e36a465";><code>0db2a5c</code></a>
 update readme</li>
   <li><a 
href="https://github.com/ClickHouse/clickhouse-java/commit/a068fc70b5a76f922447328f95ffc9d501b5a727";><code>a068fc7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1345";>#1345</a>
 from zhicwu/main</li>
   <li><a 
href="https://github.com/ClickHouse/clickhouse-java/commit/e3d784725fd6c2c4a434edd0660a04875f3dcf6c";><code>e3d7847</code></a>
 Add tests to cover insert AggregateFunction and column with default value</li>
   <li><a 
href="https://github.com/ClickHouse/clickhouse-java/commit/e9b9197a3c018e81e36b4a2de9dcbddbd96d3d52";><code>e9b9197</code></a>
 Merge pull request <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1344";>#1344</a>
 from zhicwu/main</li>
   <li><a 
href="https://github.com/ClickHouse/clickhouse-java/commit/bf681877495b76452af90809353b5748cf92d826";><code>bf68187</code></a>
 Remove false optimization to fix deserialization issue of nested array in 
oth...</li>
   <li><a 
href="https://github.com/ClickHouse/clickhouse-java/commit/7c5ccbe35a04219a40b90bf5f3dae11b56aec23d";><code>7c5ccbe</code></a>
 Merge pull request <a 
href="https://redirect.github.com/ClickHouse/clickhouse-java/issues/1343";>#1343</a>
 from zhicwu/main</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ClickHouse/clickhouse-java/compare/v0.3.2-patch11...v0.4.6";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.clickhouse:clickhouse-jdbc&package-manager=maven&previous-version=0.3.2-patch11&new-version=0.4.6)](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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/incubator-seatunnel/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to