netty + bouncycastle deps upgraded to pass Sonatype Repository Firewall compliance (DBeaver issue) - #161
Open
denixx wants to merge 1 commit into
Open
netty + bouncycastle deps upgraded to pass Sonatype Repository Firewall compliance (DBeaver issue)#161denixx wants to merge 1 commit into
denixx wants to merge 1 commit into
Conversation
…o 4.1.136.Final to address CVE-2026-42581 (CVSS 9.8) and CVE-2026-42584 (CVSS 9.1), Upgraded org.bouncycastle deps to 1.85 to address CVE-2026-59646 (CVSS 8.7)
Author
|
Okay, it is ideally done now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgraded software.amazon.awssdk:bom to 2.49.6 to bump netty.version to 4.1.136.Final to address CVE-2026-42581 (CVSS 9.8) and CVE-2026-42584 (CVSS 9.1), Upgraded org.bouncycastle deps to 1.85 to address CVE-2026-59646 (CVSS 8.7)
Description
We tried to use the driver in a network guarded by the Sonatype Repository Firewall, and having Netty 4.1.118 quarantined + BouncyCastle 1.84 also already quarantined.
This change bumps those libraries to safe version levels. This is not the last version bump, I feel, and later I will be bumping versions further.
Also, I changed the sourceCompatibility usage in a build.gradle file to support the build in gradle 9.7+.
I can see the project effectively has no tests that could be run locally.
I'll appreciate guidance to fulfill the requirements.
Motivation and Context
Sonatype Repository Firewall quarantines Netty 4.1.118 and BouncyCastle 1.84
Testing
I don't have an Amazon Redshift account, but I know who does. I checked in fast meetings that the driver works in DBeaver 26.1+.
We got schema browsing working and a response to a single-select on existing data.
Screenshots (if appropriate)
Types of changes
Checklist
mvn installsucceedsLicense