-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 1.3] Fix dependencies #6036
Conversation
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 1.3 #6036 +/- ##
============================================
+ Coverage 77.82% 77.87% +0.04%
- Complexity 63394 63398 +4
============================================
Files 4454 4454
Lines 274944 274944
Branches 41166 41166
============================================
+ Hits 213988 214122 +134
+ Misses 44033 43901 -132
+ Partials 16923 16921 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
related ccc90c4 |
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Ryan Bogan rbogan@amazon.com
Description
jetty-server
(which brings injetty-http
) due to GHSA-cj7v-27pg-wf7q which is brought in byhadoop-minicluster
.kotlin-stdlib
which is brought in throughhadoop-minicluster
. See GHSA-cqj8-47ch-rvvq.snakeyaml
which is brought in bycom.avast.gradle:gradle-docker-compose-plugin
. See GHSA-98wm-3w3q-mw94Backport of #4963
Issues Resolved
[List any issues this PR will resolve]
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.