dependabot[bot] opened a new pull request, #25119:
URL: https://github.com/apache/camel/pull/25119

   Bumps [org.duckdb:duckdb_jdbc](https://github.com/duckdb/duckdb) from 
1.3.1.0 to 1.5.5.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/duckdb/duckdb/releases";>org.duckdb:duckdb_jdbc's 
releases</a>.</em></p>
   <blockquote>
   <h2>DuckDB v1.5.5 Bugfix Release</h2>
   <p>This is a bug fix release for various issues discovered after we released 
v1.5.4.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>backport the out-of-bounds security fixes made in <a 
href="https://redirect.github.com/duckdb/duckdb/issues/23100";>#23100</a> by <a 
href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23197";>duckdb/duckdb#23197</a></li>
   <li>Remove checked_array_iterator from fmt dep (1.4) by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23261";>duckdb/duckdb#23261</a></li>
   <li>Remove checked_array_iterator from fmt dep (1.4) by <a 
href="https://github.com/staticlibs";><code>@​staticlibs</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23239";>duckdb/duckdb#23239</a></li>
   <li>[Dev] Add LLDB scripts to help with debugging by <a 
href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23297";>duckdb/duckdb#23297</a></li>
   <li>Add support for test config extending by <a 
href="https://github.com/NiclasHaderer";><code>@​NiclasHaderer</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23145";>duckdb/duckdb#23145</a></li>
   <li>bump iceberg again  by <a 
href="https://github.com/Tmonster";><code>@​Tmonster</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23311";>duckdb/duckdb#23311</a></li>
   <li>Correctly get typed value stats for fully shredded variants by <a 
href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23325";>duckdb/duckdb#23325</a></li>
   <li>bump unity to include backfill fix by <a 
href="https://github.com/benfleis";><code>@​benfleis</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23326";>duckdb/duckdb#23326</a></li>
   <li>Add request body length to http logs by <a 
href="https://github.com/DinosL";><code>@​DinosL</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23316";>duckdb/duckdb#23316</a></li>
   <li>Show transport errors in HTTP log by <a 
href="https://github.com/DinosL";><code>@​DinosL</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23327";>duckdb/duckdb#23327</a></li>
   <li>Dispatch Rust nightly build by <a 
href="https://github.com/mlafeldt";><code>@​mlafeldt</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23352";>duckdb/duckdb#23352</a></li>
   <li>parquet: reject DATA_PAGE_V2 pages with inconsistent 
compressed_page_size by <a 
href="https://github.com/benfleis";><code>@​benfleis</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23279";>duckdb/duckdb#23279</a></li>
   <li>Fix deadlock in <code>TemporaryMemoryManager</code> by <a 
href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23351";>duckdb/duckdb#23351</a></li>
   <li>Register <code>oid</code> of dependencies in the 
<code>DependencyManager</code> so that we can track if an object was re-created 
with the same name by <a 
href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23348";>duckdb/duckdb#23348</a></li>
   <li>[Dev] Fix recursion issue with <code>scripts/lldb/pointer_print</code> 
by <a href="https://github.com/Tishj";><code>@​Tishj</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23362";>duckdb/duckdb#23362</a></li>
   <li>[MultiFileReader] Prevent NULL MAP keys because of (likely missing) 
default value by <a href="https://github.com/Tishj";><code>@​Tishj</code></a> in 
<a 
href="https://redirect.github.com/duckdb/duckdb/pull/23354";>duckdb/duckdb#23354</a></li>
   <li>Propagate lambda bindings into <code>try</code> operator by <a 
href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23375";>duckdb/duckdb#23375</a></li>
   <li>Bump Julia to v1.5.4 by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23398";>duckdb/duckdb#23398</a></li>
   <li>Add additional guards to <code>DICT_FSST</code> to prevent exception 
during compression with small block size by <a 
href="https://github.com/sebastiaan-dev";><code>@​sebastiaan-dev</code></a> in 
<a 
href="https://redirect.github.com/duckdb/duckdb/pull/23341";>duckdb/duckdb#23341</a></li>
   <li>fix out-of-bounds read in json path ReadKey lookahead by <a 
href="https://github.com/jmestwa-coder";><code>@​jmestwa-coder</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23371";>duckdb/duckdb#23371</a></li>
   <li>fix out-of-bounds read in string to struct cast by <a 
href="https://github.com/jmestwa-coder";><code>@​jmestwa-coder</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23384";>duckdb/duckdb#23384</a></li>
   <li>Issue <a 
href="https://redirect.github.com/duckdb/duckdb/issues/23383";>#23383</a>: 
Common Aggregate CTEs by <a 
href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23409";>duckdb/duckdb#23409</a></li>
   <li>Use correct start time when verifying dependencies by <a 
href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23430";>duckdb/duckdb#23430</a></li>
   <li>Fix false RLE corruption error by <a 
href="https://github.com/DinosL";><code>@​DinosL</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23458";>duckdb/duckdb#23458</a></li>
   <li>[v1.5] No cache if file doesn't contain version information by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23434";>duckdb/duckdb#23434</a></li>
   <li>Improve rle corruption error messages by <a 
href="https://github.com/DinosL";><code>@​DinosL</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23480";>duckdb/duckdb#23480</a></li>
   <li>Issue <a 
href="https://redirect.github.com/duckdb/duckdb/issues/23457";>#23457</a>: 
Ordered FIRST_VALUE Framing  by <a 
href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23499";>duckdb/duckdb#23499</a></li>
   <li>Enabled <code>ALP</code> and <code>ALP_RD</code> for storage version 
v1.5.0 and up when using smaller block sizes by <a 
href="https://github.com/sebastiaan-dev";><code>@​sebastiaan-dev</code></a> in 
<a 
href="https://redirect.github.com/duckdb/duckdb/pull/23483";>duckdb/duckdb#23483</a></li>
   <li>[v1.5] Backport PR <a 
href="https://redirect.github.com/duckdb/duckdb/issues/23444";>#23444</a>: fix 
eviction node memleak when external fi… by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23479";>duckdb/duckdb#23479</a></li>
   <li>[v1.5] Fix min/max aggregate stats when row groups filtered by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23517";>duckdb/duckdb#23517</a></li>
   <li>Backport <a 
href="https://redirect.github.com/duckdb/duckdb/issues/23468";>#23468</a> and <a 
href="https://redirect.github.com/duckdb/duckdb/issues/23510";>#23510</a> by <a 
href="https://github.com/artjomPlaunov";><code>@​artjomPlaunov</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23529";>duckdb/duckdb#23529</a></li>
   <li>Fix arrow type extension bugs by <a 
href="https://github.com/evertlammerts";><code>@​evertlammerts</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23534";>duckdb/duckdb#23534</a></li>
   <li>Issue <a 
href="https://redirect.github.com/duckdb/duckdb/issues/23500";>#23500</a>: JSON 
TIMESTAMP_TZ Formatting by <a 
href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23513";>duckdb/duckdb#23513</a></li>
   <li>fix out-of-bounds read in dictionary string decompression by <a 
href="https://github.com/jmestwa-coder";><code>@​jmestwa-coder</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23549";>duckdb/duckdb#23549</a></li>
   <li>Merge v1.4 into v1.5 by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23560";>duckdb/duckdb#23560</a></li>
   <li>[ADBC] Add support for duckdb:// URI scheme in URI option by <a 
href="https://github.com/amoeba";><code>@​amoeba</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/21293";>duckdb/duckdb#21293</a></li>
   <li>Fix/capi scalar bind subquery crash by <a 
href="https://github.com/krleonid";><code>@​krleonid</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23566";>duckdb/duckdb#23566</a></li>
   <li>[variegata] Bump extensions by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23562";>duckdb/duckdb#23562</a></li>
   <li>Fix filter combiner not pruning unsatisfiable bounds by <a 
href="https://github.com/DinosL";><code>@​DinosL</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23563";>duckdb/duckdb#23563</a></li>
   <li>fix out-of-bounds read on empty byte array decimals by <a 
href="https://github.com/jmestwa-coder";><code>@​jmestwa-coder</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23567";>duckdb/duckdb#23567</a></li>
   <li>[v1.5] Quickfix <code>ALTER TABLE ADD COLUMN IF NOT EXISTS ... 
DEFAULT</code> regression by <a 
href="https://github.com/yan-alex";><code>@​yan-alex</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23507";>duckdb/duckdb#23507</a></li>
   <li>Bump version map to include v1.5.5 by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23629";>duckdb/duckdb#23629</a></li>
   <li>backport <a 
href="https://redirect.github.com/duckdb/duckdb/issues/23548";>#23548</a> to 
v1.5 by <a href="https://github.com/myrrc";><code>@​myrrc</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23587";>duckdb/duckdb#23587</a></li>
   <li>Issue <a 
href="https://redirect.github.com/duckdb/duckdb/issues/23641";>#23641</a>: 
CUME_DIST Underflow by <a 
href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23651";>duckdb/duckdb#23651</a></li>
   <li>Fixed unsafe iteration when parent is <code>NULL</code> in string cast 
by <a 
href="https://github.com/sebastiaan-dev";><code>@​sebastiaan-dev</code></a> in 
<a 
href="https://redirect.github.com/duckdb/duckdb/pull/23593";>duckdb/duckdb#23593</a></li>
   <li>Bump HTTPFS by <a 
href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/23648";>duckdb/duckdb#23648</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/d8cdaa33fda8df955cc76ef58a280f68f4cd43fa";><code>d8cdaa3</code></a>
 Bump httpfs (<a 
href="https://redirect.github.com/duckdb/duckdb/issues/24003";>#24003</a>)</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/6a3951a03e358a1de6b0036176e90f5c383f50e6";><code>6a3951a</code></a>
 another bump</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/0b9ca135652107c7dccfe398662267b449097c61";><code>0b9ca13</code></a>
 Add missing statement types to capi (<a 
href="https://redirect.github.com/duckdb/duckdb/issues/23407";>#23407</a>)</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/21352933222d0e2f8aae3d9d5800f9bd4d7975a4";><code>2135293</code></a>
 one last bump i think</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/73d3e2aac6b84e368c2a4290129fff1c737ac9cd";><code>73d3e2a</code></a>
 Bump lance pin to upstream ethnum fix, drop local patch (<a 
href="https://redirect.github.com/duckdb/duckdb/issues/23969";>#23969</a>)</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/96e5ae96d283e1cba4c551a2d61877ec1aa18121";><code>96e5ae9</code></a>
 Fix OSX ci (<a 
href="https://redirect.github.com/duckdb/duckdb/issues/23963";>#23963</a>)</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/651a213de3254d09f0152401efa91e4ebb733d3c";><code>651a213</code></a>
 Bump DuckLake (<a 
href="https://redirect.github.com/duckdb/duckdb/issues/23962";>#23962</a>)</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/dc7c033275d6b5e65d3a668a6d4c3b4d46fb6fe9";><code>dc7c033</code></a>
 Bump lance pin to upstream ethnum fix, drop local patch</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/8999d024b7d910704400a6bd38bf5f877b53fcfb";><code>8999d02</code></a>
 fix OSX ci</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/f7ced77cd3a70eaab4390c874af321af6bc58692";><code>f7ced77</code></a>
 Bump DuckLake</li>
   <li>Additional commits viewable in <a 
href="https://github.com/duckdb/duckdb/compare/v1.3.1...v1.5.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.duckdb:duckdb_jdbc&package-manager=maven&previous-version=1.3.1.0&new-version=1.5.5.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 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>


-- 
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