Skip to content
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

[Snyk] Upgrade info.picocli:picocli from 4.6.3 to 4.7.0 #149

Merged
merged 3 commits into from
Nov 28, 2022

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade info.picocli:picocli from 4.6.3 to 4.7.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2022-10-31.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@narape narape force-pushed the snyk-upgrade-e2b9b9fb2ea648d1052bb85fd80748bf branch from e69cf40 to 05a3d9e Compare November 28, 2022 08:21
@@ -64,7 +64,8 @@ protected CommandLine.Model.OptionSpec getOption(String name, Variable variable)
CommandLine.Model.OptionSpec.Builder builder =
CommandLine.Model.OptionSpec.builder("--" + name)
.converters(getLiteralTypeConverter(name, variable))
.required(defaultValue == null);
.required(defaultValue == null)
.type(Literal.class);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was a change in picocli that if command line args are not typed then they would defualt to booleans. Without this, they test failed because the literal value returned by the converted couldn't be cast to boolean

narape and others added 3 commits November 28, 2022 13:13
Me amending commit from Snyk to be able to sign the commit

Snyk has created this PR to upgrade info.picocli:picocli from 4.6.3 to 4.7.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/info.picocli/picocli/

See this project in Snyk:
https://app.snyk.io/org/flyte/project/80889f34-24f9-4915-9df5-0cb18af795d6?utm_source=github&utm_medium=referral&page=upgrade-pr

Signed-off-by: Nelson Arapé <[email protected]>
Signed-off-by: Nelson Arapé <[email protected]>
Signed-off-by: Nelson Arapé <[email protected]>
@narape narape force-pushed the snyk-upgrade-e2b9b9fb2ea648d1052bb85fd80748bf branch from b354265 to fd0e227 Compare November 28, 2022 12:13
@narape narape requested review from honnix and RRap0so November 28, 2022 12:29
@RRap0so RRap0so merged commit 1cf5ff7 into master Nov 28, 2022
@RRap0so RRap0so deleted the snyk-upgrade-e2b9b9fb2ea648d1052bb85fd80748bf branch November 28, 2022 12:52
andresgomezfrr pushed a commit that referenced this pull request Jan 24, 2023
* fix: upgrade info.picocli:picocli from 4.6.3 to 4.7.0

Me amending commit from Snyk to be able to sign the commit

Snyk has created this PR to upgrade info.picocli:picocli from 4.6.3 to 4.7.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/info.picocli/picocli/

See this project in Snyk:
https://app.snyk.io/org/flyte/project/80889f34-24f9-4915-9df5-0cb18af795d6?utm_source=github&utm_medium=referral&page=upgrade-pr

Signed-off-by: Nelson Arapé <[email protected]>

* Fix formatting

Signed-off-by: Nelson Arapé <[email protected]>

* Fix picocli breaking changes

Signed-off-by: Nelson Arapé <[email protected]>

Signed-off-by: Nelson Arapé <[email protected]>
Co-authored-by: Nelson Arapé <[email protected]>
Co-authored-by: Nelson Arapé <[email protected]>
Signed-off-by: Andres Gomez Ferrer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants