-
Notifications
You must be signed in to change notification settings - Fork 75
Update commons-compress to 1.26.2 #1574
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 commons-compress to 1.26.2 #1574
Conversation
Unfortunately WWD was bitten by the certificate problem: eclipse-simrel/simrel.build@e4905d9 So I took the liberty to update the target platform. |
The tests fail like this:
The class does exist: The bundle org.apache.commons.commons-compress declares an optional dependency: resolution:=optional,org.apache.commons.lang3; The same was the case for 1.26.1. But it doesn't appear so optional does it... |
577a62c
to
54bfc82
Compare
- Add org.apache.commons:commons-lang3:3.14.0 because apparently commons-compress's optional requirement on package org.apache.commons.lang3 is not really so optional. - Increment version of org.eclipse.wildwebdeveloper.embedder.node. - Increment versions including features.
54bfc82
to
d4d63ad
Compare
Woo hoo, finally the build and tests worked. 🥳 |
/request-license-review |
✔️ All licenses already successfully vetted. Workflow run (with attached summary files): |
The npm update is not caused by this update thus I'm merging it. |
No description provided.