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

   Bumps 
[com.amazon.redshift:redshift-jdbc42](https://github.com/aws/amazon-redshift-jdbc-driver)
 from 2.1.0.32 to 2.2.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/releases";>com.amazon.redshift:redshift-jdbc42's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.2.2</h2>
   <p>Release of driver version 2.2.2</p>
   <h2>v2.2.1</h2>
   <p>Release of driver version 2.2.1</p>
   <h2>v2.2.0</h2>
   <p>Upgraded from AWS SDK v1 to AWS SDK v2</p>
   <h2>v2.1.0.34</h2>
   <p>Release of driver version 2.1.0.34</p>
   <h2>v2.1.0.33</h2>
   <p>Release of driver version 2.1.0.33</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/blob/master/CHANGELOG.md";>com.amazon.redshift:redshift-jdbc42's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v2.2.2 (2026-01-08)</h2>
   <ul>
   <li>Upgraded SSL/TLS protocol requirements to TLS 1.2 or higher by default, 
with fallback support for legacy server configurations.</li>
   <li>Removed unsupported datatype parameter processing</li>
   </ul>
   <h2>v2.2.1 (2025-11-19)</h2>
   <ul>
   <li>Removed unsupported PostgreSQL replication feature</li>
   <li>Removed Jackson dependency for non-IAM authentication mechanisms</li>
   <li>Added the idp_partition parameter which allows users to authenticate 
against Azure Active Directory across different Microsoft cloud environments 
(e.g., Commercial, US Gov, China)</li>
   <li>Fixed Java 11+ compatibility issue by improving exception handling in 
StreamWrapper.finalize()</li>
   <li>Enhanced database metadata retrieval logic in getCatalogs(), 
getSchemas(), getTables(), getColumns(), getPrimaryKeys(), getImportedKeys(), 
getExportedKeys(), getBestRowIdentifier(), getColumnPrivileges(), 
getTablePrivileges(), getProcedures(), getProcedureColumns(), getFunctions(), 
getFunctionColumns() to enable data sharing capabilities while maintaining JDBC 
specification compliance</li>
   <li>Added warning messages when log level 4 or higher are enabled</li>
   <li>Fixed IDC authentication redirect URL for China regions</li>
   </ul>
   <h2>v2.2.0 (2025-10-14)</h2>
   <ul>
   <li>Upgraded to AWS SDK v2</li>
   <li>Fixed incorrect formatting of timezone-aware timestamp columns 
(TIMESTAMPTZ/TIMETZ) in edge cases where the cached string representation was 
null, ensuring timezone offsets are properly displayed.</li>
   <li>Removed unsupported client/stdin CopyAPI feature implementation that was 
no longer maintained or supported</li>
   <li>Build now fails when Javadoc generation encounters errors, ensuring 
documentation quality and preventing builds with malformed documentation.</li>
   </ul>
   <h2>v2.1.0.34 (2025-08-07)</h2>
   <ul>
   <li>Added a new statement cancel state IN_QUERY_SUSPENDED to accurately 
track query suspension status ensuring that suspended queries remain 
cancellable</li>
   <li>Fixed an issue where socket timeouts were not being enforced after the 
initial connection</li>
   </ul>
   <h2>v2.1.0.33 (2025-05-29)</h2>
   <ul>
   <li>Removed aws-java-sdk dependency from metadata APIs</li>
   <li>Improved Redshift OID data type handling to support variable byte 
lengths.</li>
   <li>Corrected SMALLINT reference type cast to return a Java Short instead of 
Integer</li>
   <li>Corrected TINYINT reference type cast to return a Java Byte instead of 
Integer</li>
   <li>Added memory allocation limits for multi-SQL statement execution to 
prevent Out of Memory (OOM) errors when processing large batched queries</li>
   <li>Added Object Identifier (OID) mapping for 
information_schema_catalog_name type</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/commit/f8b5e0f053a981927db49acec24b920cb856909c";><code>f8b5e0f</code></a>
 fix: remove unsupported datatype parameter processing and unused 
addDataType(...</li>
   <li><a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/commit/d50b58cce076df9149be3c929606043e0017a95e";><code>d50b58c</code></a>
 fix: upgrade SSL/TLS protocols to TLS 1.2+ with fallback support</li>
   <li><a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/commit/312b6be2deba42ee248d61a273bbc2f2773bf431";><code>312b6be</code></a>
 Improve exception handling in Native plugin helper</li>
   <li><a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/commit/e424d721c26889f27d6565ade077b15833186ba5";><code>e424d72</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/commit/97112aa7ba840ecaa9869c7123a951aa2284f53d";><code>97112aa</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/commit/ac6081c595d3bb80a292198d6700fbec7aa4cebb";><code>ac6081c</code></a>
 Enhanced database metadata retrieval logic in getCatalogs(), getSchemas(), 
ge...</li>
   <li><a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/commit/8c4702b1b2eb0b798207678b3c66e74e6ad0b97b";><code>8c4702b</code></a>
 Fixed IDC authentication redirect URL for China regions</li>
   <li><a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/commit/442d7e05ac6fdd25b50ae6caba54ea0b11f6dc57";><code>442d7e0</code></a>
 Removed Jackson dependency for non-IAM authentication mechanisms</li>
   <li><a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/commit/b6cbc422d962af01a87dee7cb85b2364c8cea33b";><code>b6cbc42</code></a>
 Added warning messages when log level 4 or higher are enabled</li>
   <li><a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/commit/67cc11b3c7aeaa417bd7c830ccfb2841e6977820";><code>67cc11b</code></a>
 Removed unsupported PostgreSQL replication feature</li>
   <li>Additional commits viewable in <a 
href="https://github.com/aws/amazon-redshift-jdbc-driver/compare/v2.1.0.32...v2.2.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.amazon.redshift:redshift-jdbc42&package-manager=maven&previous-version=2.1.0.32&new-version=2.2.2)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/hop/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