jardiff icon indicating copy to clipboard operation
jardiff copied to clipboard

Update commons-cli to 1.11.0

Open scala-steward opened this issue 5 months ago • 3 comments

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

scala-steward avatar Nov 14 '25 16:11 scala-steward

needs volunteer effort https://github.com/lightbend-labs/jardiff/pull/222#issuecomment-3528405721

SethTisue avatar Nov 15 '25 14:11 SethTisue

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?

Philippus avatar Nov 29 '25 12:11 Philippus

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

SethTisue avatar Nov 29 '25 15:11 SethTisue