Skip to content

Conversation

@scala-steward
Copy link
Contributor

About this PR

📦 Updates commons-cli:commons-cli from 1.9.0 to 1.10.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 SethTisue force-pushed the update/commons-cli-1.10.0 branch from 04c9a15 to 1bd73fc Compare November 13, 2025 15:03
@SethTisue SethTisue self-assigned this Nov 13, 2025
@SethTisue
Copy link
Collaborator

[error] /home/runner/work/jardiff/jardiff/cli/src/main/scala/scala/tools/jardiff/Main.scala:51:25: class HelpFormatter in package cli is deprecated
[error]     val formatter = new HelpFormatter
[error]                         ^

@SethTisue
Copy link
Collaborator

okay so org.apache.commons.cli.HelpFormatter has been deprecated and replaced with org.apache.commons.cli.help.HelpFormatter but the API is different enough that 5 minutes of effort wasn't enough to use the new one instead, so I'm just going to leave this in draft mode in case a volunteer wants to tackle it

just staying on the old commons-cli is just fine, anyway

@SethTisue SethTisue removed their assignment Nov 13, 2025
@SethTisue SethTisue marked this pull request as draft November 13, 2025 15:40
@scala-steward
Copy link
Contributor Author

Superseded by

@scala-steward scala-steward deleted the update/commons-cli-1.10.0 branch November 14, 2025 16:31
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.

2 participants