Skip to content

build(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.2.2 to 2.2.4#3286

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.amazon.redshift-redshift-jdbc42-2.2.4
Open

build(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.2.2 to 2.2.4#3286
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/com.amazon.redshift-redshift-jdbc42-2.2.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Bumps com.amazon.redshift:redshift-jdbc42 from 2.2.2 to 2.2.4.

Release notes

Sourced from com.amazon.redshift:redshift-jdbc42's releases.

v2.2.4

Release of driver version 2.2.4

v2.2.3

Release of driver version 2.2.3

Changelog

Sourced from com.amazon.redshift:redshift-jdbc42's changelog.

v2.2.4 (2026-02-13)

  • Added support for Kerberos authentication
  • Updated bundled ADFS Windows Integrated Authentication helper to support the Negotiate protocol for Kerberos-based ADFS authentication

v2.2.3 (2026-02-10)

  • Upgraded bundled ADFS Windows Integrated Authentication helper to .NET Framework 4.8 to resolve compatibility issues with ADFS servers requiring TLS 1.2/1.3
  • Removed deprecated SSLv3 and TLS 1.0 protocols from ADFS authentication helper
  • Changed driver license from Apache-2.0 to BSD-2-Clause to align with PostgreSQL licensing
Commits
  • e5a89ee Update CHANGELOG.md
  • 46181d8 fix: update adfs.exe to support Negotiate protocol
  • 8c59b65 Update CHANGELOG.md
  • d9d86eb Update README.md
  • fe0b12e fix: upgrade .NET framework in adfs.exe from 4.5 to 4.8 to enable TLS 1.2/1.3...
  • beca48c Relicense modifications from Apache-2.0 to Postgresql matching BSD-2-Clause
  • 72d4759 Relicense from Apache-2.0 to BSD-2-Clause
  • 2ce1c1a Simplify comments in PULL_REQUEST_TEMPLATE.md
  • c038943 Relicense modifications from Apache-2.0 to Postgresql matching BSD-2-Clause
  • 8763a9e Relicense modifications from Apache-2.0 to Postgresql matching BSD-2-Clause l...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 17, 2026
@amazon-inspector-n-virginia
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

1 similar comment
@amazon-inspector-n-virginia
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

@github-actions github-actions bot enabled auto-merge (squash) February 17, 2026 06:27
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@amazon-inspector-n-virginia
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

1 similar comment
@amazon-inspector-n-virginia
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.76%. Comparing base (6ef1dfb) to head (3e4717f).
⚠️ Report is 100 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3286      +/-   ##
============================================
+ Coverage     68.33%   70.76%   +2.43%     
- Complexity     5021     5327     +306     
============================================
  Files           639      643       +4     
  Lines         24197    24473     +276     
  Branches       2992     3036      +44     
============================================
+ Hits          16534    17319     +785     
+ Misses         6227     5738     -489     
+ Partials       1436     1416      -20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/maven/com.amazon.redshift-redshift-jdbc42-2.2.4 branch from 603a535 to 9b9851f Compare March 2, 2026 20:35
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

github-actions[bot]
github-actions bot previously approved these changes Mar 2, 2026
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Bumps [com.amazon.redshift:redshift-jdbc42](https://github.com/aws/amazon-redshift-jdbc-driver) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/aws/amazon-redshift-jdbc-driver/releases)
- [Changelog](https://github.com/aws/amazon-redshift-jdbc-driver/blob/master/CHANGELOG.md)
- [Commits](aws/amazon-redshift-jdbc-driver@v2.2.2...v2.2.4)

---
updated-dependencies:
- dependency-name: com.amazon.redshift:redshift-jdbc42
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.amazon.redshift-redshift-jdbc42-2.2.4 branch from 9b9851f to 3e4717f Compare March 10, 2026 17:51
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants