Update commons-cli to 1.11.0
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" }
}]
needs volunteer effort https://github.com/lightbend-labs/jardiff/pull/222#issuecomment-3528405721
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?
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