-
Notifications
You must be signed in to change notification settings - Fork 143
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
Update spotless and eclipse dependencies #1450
Update spotless and eclipse dependencies #1450
Conversation
Signed-off-by: Ryan Bogan <[email protected]>
Signed-off-by: Ryan Bogan <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1450 +/- ##
============================================
- Coverage 85.07% 85.05% -0.02%
+ Complexity 1278 1277 -1
============================================
Files 167 167
Lines 5207 5207
Branches 493 493
============================================
- Hits 4430 4429 -1
Misses 570 570
- Partials 207 208 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ryan Bogan <[email protected]>
Signed-off-by: Ryan Bogan <[email protected]>
Signed-off-by: Ryan Bogan <[email protected]>
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.
LGTM! Thanks
* Update spotless and eclipse dependencies Signed-off-by: Ryan Bogan <[email protected]> * Update dependencies for spotless and eclipse Signed-off-by: Ryan Bogan <[email protected]> * Add Changelog Signed-off-by: Ryan Bogan <[email protected]> * Add comment Signed-off-by: Ryan Bogan <[email protected]> * Add resources force resolution for eclipse Signed-off-by: Ryan Bogan <[email protected]> --------- Signed-off-by: Ryan Bogan <[email protected]> (cherry picked from commit fceb8f8)
* Update spotless and eclipse dependencies Signed-off-by: Ryan Bogan <[email protected]> * Update dependencies for spotless and eclipse Signed-off-by: Ryan Bogan <[email protected]> * Add Changelog Signed-off-by: Ryan Bogan <[email protected]> * Add comment Signed-off-by: Ryan Bogan <[email protected]> * Add resources force resolution for eclipse Signed-off-by: Ryan Bogan <[email protected]> --------- Signed-off-by: Ryan Bogan <[email protected]> (cherry picked from commit fceb8f8) Co-authored-by: Ryan Bogan <[email protected]>
A bit late to review this as it's been merged/released but only really effects running spotless. The GHSA stating 4.29 is in error. The latest version of eclipse runtime is 3.30, the latest of eclipse resources is 3.20. I suspect spotless would fail if you tried to run it on this branch now :) |
Description
Updates dependencies to fix CVEs
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.