samqdemocorp-mend / box_mojito_lvp

Apache License 2.0
0 stars 0 forks source link

Update dependency com.beust:jcommander to v1.75 - autoclosed #41

Closed mend-for-github-com[bot] closed 6 months ago

mend-for-github-com[bot] commented 8 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.beust:jcommander (source) 1.48 -> 1.75 age adoption passing confidence

This PR resolves the vulnerabilities described in Issue #19


Version 1.48 | Risk Change | Critical | High | Medium | Low | | --- | --- | --- | --- | --- | | N/A | 0 | 1 | 0 | 0 |
Version 1.75 | Risk Change | Critical | High | Medium | Low | | --- | --- | --- | --- | --- | | -100% | 0 (--) | 0 (-1 ) | 0 (--) | 0 (--) |
Version 1.82 | Risk Change | Critical | High | Medium | Low | | --- | --- | --- | --- | --- | | -100% | 0 (--) | 0 (-1 ) | 0 (--) | 0 (--) |

Mend ensures you have the greatest risk reduction ("Recommended Fix"-highlighted in green) by removing as many vulnerabilities as possible. Click to see how we calculate risk reduction.


Release Notes

cbeust/jcommander (com.beust:jcommander) ### [`v1.64`](https://togithub.com/cbeust/jcommander/compare/1.60...1.64) [Compare Source](https://togithub.com/cbeust/jcommander/compare/1.60...1.64) ### [`v1.60`](https://togithub.com/cbeust/jcommander/compare/1.58...1.60) [Compare Source](https://togithub.com/cbeust/jcommander/compare/1.58...1.60) ### [`v1.58`](https://togithub.com/cbeust/jcommander/blob/HEAD/CHANGELOG.md#158) 2016-09-29 - Added: `IStringConverterInstanceFactory` to create converter instances, [#​279](https://togithub.com/cbeust/jcommander/issues/279) ([@​simon04](https://togithub.com/simon04)) - Added: Allow to specify the `@file` charset, [#​286](https://togithub.com/cbeust/jcommander/issues/286) ([@​simon04](https://togithub.com/simon04)) - Added: Converters `InetAddressConverter` ([#​288](https://togithub.com/cbeust/jcommander/issues/288)), `CharArrayConverter` ([#​289](https://togithub.com/cbeust/jcommander/issues/289); [@​garydgregory](https://togithub.com/garydgregory)) - Fixed: When using `parseWithoutValidation()`, JCommander uses 'parse()' on child commanders, [#​267](https://togithub.com/cbeust/jcommander/issues/267) ([@​simon04](https://togithub.com/simon04)) - Fixed: Share all options (such as column size, allow abbreviated options, case sensitivity) with sub commands, see `JCommander.Options` class, [#​280](https://togithub.com/cbeust/jcommander/issues/280) (fixes [#​155](https://togithub.com/cbeust/jcommander/issues/155), [#​244](https://togithub.com/cbeust/jcommander/issues/244), [#​261](https://togithub.com/cbeust/jcommander/issues/261), [#​274](https://togithub.com/cbeust/jcommander/issues/274); [@​simon04](https://togithub.com/simon04)) - Fixed: Thread-safe and non-shared converter factories, [#​284](https://togithub.com/cbeust/jcommander/issues/284) ([@​simon04](https://togithub.com/simon04)) - Fixed: Skip `Path` converter when class is not available (Android), [#​287](https://togithub.com/cbeust/jcommander/issues/287) ([@​JesusFreke](https://togithub.com/JesusFreke)) - Added: JCommander now requires Java 8