Update dependency org.eclipse.jetty:jetty-server to v11.0.24#138
Conversation
|
CI failed with JDK 11. Jetty server v12 requires JDK 17+: https://jetty.org/docs/jetty/12/index.html Since this is only for test code and CVE is medium and low, I'm thinking should we stick with v11 and JDK 8? |
Signed-off-by: Chen Dai <daichen@amazon.com>
7e42e12 to
0bf162e
Compare
Security Report
You have successfully remediated 3 vulnerabilities, but introduced 2 new vulnerabilities in this branch. ❌ New vulnerabilities: CVE Severity CVSS Score Vulnerable Library Suggested Fix Issue CVE Vulnerable Library |
|
Upgrading to new version in v11 instead of v12 to avoid bump JDK version to 17. As the security report from CI, this code change can fix 1 medium and 2 low vulnerabilities, though end up with another 2 low vulnerabilities that can only be fixed in v12. |
Description
This PR contains the following updates:
11.0.19->11.0.24Issues Resolved
By merging this PR, the issue #133 will be automatically resolved and closed:
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.