Skip to content

Conversation

@scala-steward
Copy link
Contributor

About this PR

📦 Updates commons-cli:commons-cli from 1.9.0 to 1.11.0

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "commons-cli", artifactId = "commons-cli" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "commons-cli", artifactId = "commons-cli" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1

@SethTisue
Copy link
Collaborator

SethTisue commented Nov 15, 2025

needs volunteer effort #222 (comment)

@SethTisue SethTisue marked this pull request as draft November 15, 2025 14:35
@Philippus
Copy link
Contributor

Philippus commented Nov 29, 2025

I don't think using the new version of commons-cli is really an option. It doesn't allow easily accessing the help text as a string for instance.
Would migrating to scallop be an option?

@SethTisue
Copy link
Collaborator

SethTisue commented Nov 29, 2025

probably it's not worth the effort and we could just stay on the old commons-cli forever? in which case we could just freeze it in our steward config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants