-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(dependabot): XXX upgrade dependencies #1214
Conversation
Quality Gate passed for 'TX Traceability FOSS frontend'Issues Measures |
Integration Test Results339 tests 338 ✅ 1m 37s ⏱️ For more details on these failures, see this check. Results for commit 88b8616. |
Unit Test Results209 tests 209 ✅ 19s ⏱️ Results for commit 88b8616. |
|
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-compress</artifactId> | ||
<version>1.26.0</version> | ||
<version>${commons-compress.version}</version> | ||
</dependency> |
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 just tested the application without this dependency and all tests run successfully. I'll guess we can remove this dependency?
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.
Will be accepted for now.
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, we can remove commons-compress later
No description provided.