-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FISH-7835: upgrading okhttp and skipping kotlin dependencies #6507
FISH-7835: upgrading okhttp and skipping kotlin dependencies #6507
Conversation
Jenkins test please |
1 similar comment
Jenkins test please |
Jenkins test please |
Jenkins test please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not an expert on shading and everything we should be keeping an eye out for here, but LGTM. Just the one comment about property version placement
<okhttp3-version>4.12.0</okhttp3-version> | ||
<kotlin-version>1.8.21</kotlin-version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer if these were defined in the core-aggregator
pom (Payara/core/pom.xml) along with all of the other dependency versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already moved to the aggregator, thanks
Jenkins test please |
1 similar comment
Jenkins test please |
Upgrading okhttp to fix CVE's CVE-2023-3635 and CVE-2023-0833
Description
This is a fix to resolve both CVE's reported:
Important Info
Blockers
Testing
New tests
Testing Performed
Execution of Jenkins pipeline
Testing Environment
ubuntu 20.04, azul JDK 11, maven 3.8.6
Documentation
Notes for Reviewers