Skip to content

Bump org.plumelib:options from 1.0.6 to 2.0.3#1336

Open
dependabot[bot] wants to merge 3 commits intomasterfrom
dependabot/gradle/org.plumelib-options-2.0.3
Open

Bump org.plumelib:options from 1.0.6 to 2.0.3#1336
dependabot[bot] wants to merge 3 commits intomasterfrom
dependabot/gradle/org.plumelib-options-2.0.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jul 15, 2025

Bumps org.plumelib:options from 1.0.6 to 2.0.3.

Release notes

Sourced from org.plumelib:options's releases.

options 2.0.3

  • Tested under JDK 19.
  • Permit variable names to use either camelCase or snake_case. This has no effect on how the user supplies command-line arguments.

options 2.0.2

  • Tested under JDK 18.
  • Don't use version of Apache Commons Text that has a security vulnerability.

options 2.0.1

  • Tested under JDK 17.

options 2.0.0

  • Options version 2.x supports Java 11 and higher. Options version 1.x supports Java 8 and Java 11.
  • OptionsDoclet supports "--" or "-" prefix for long options to OptionsDoclet. For instance, you can pass it -singledash as before or the new --singledash. This is independent of the setUseSingleDash() method of Options itself. This is also independent of the -singledash and --singledash options to OptionsDoclet.
Changelog

Sourced from org.plumelib:options's changelog.

2.0.3 (2022-12-07)

  • Tested under JDK 19.
  • Permit variable names to use either camelCase or snake_case. This has no effect on how the user supplies command-line arguments.

2.0.2 (2022-10-18)

  • Tested under JDK 18.
  • Don't use version of Apache Commons Text that has a security vulnerability.

2.0.1 (2022-07-15)

  • Tested under JDK 17.

2.0.0 (2021-07-11)

  • Options version 2.x supports Java 11 and higher. Options version 1.x supports Java 8 and Java 11.
  • OptionsDoclet supports "--" or "-" prefix for long options to OptionsDoclet. For instance, you can pass it -singledash as before or the new --singledash. This is independent of the setUseSingleDash() method of Options itself. This is also independent of the -singledash and --singledash options to OptionsDoclet.

1.0.5 (2021-01-01)

  • Add colon after "default" in option descriptions
  • Documentation improvements

1.0.4 (2020-01-25)

  • Documentation and annotation improvements

1.0.3 (2019-10-30)

  • Bug fixes

1.0.2 (2019-07-03)

  • Minor improvements

1.0.0

  • Require Java 8

0.3.3

  • Support Path as an option variable type

0.3.2

... (truncated)

Commits
  • 2262562 Version 2.0.3
  • 74adf5d Support camelCase variable names
  • 9e37df8 Documentation
  • 9ef5655 Rename maps
  • 2a6e395 Use require-javadoc 1.0.6
  • a4f8815 Bump org.checkerframework from 0.6.19 to 0.6.20
  • c470957 Use Gradle 7.6
  • b3182e8 Bump com.diffplug.spotless from 6.11.0 to 6.12.0
  • 4cd0daf Bump classgraph from 4.8.150 to 4.8.151
  • c14a06e Bump classgraph from 4.8.149 to 4.8.150
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 15, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/org.plumelib-options-2.0.3 branch 4 times, most recently from d0947e6 to 50efdf0 Compare July 25, 2025 00:30
Bumps [org.plumelib:options](https://github.com/plume-lib/options) from 1.0.6 to 2.0.3.
- [Release notes](https://github.com/plume-lib/options/releases)
- [Changelog](https://github.com/plume-lib/options/blob/master/CHANGELOG.md)
- [Commits](plume-lib/options@v1.0.6...v2.0.3)

---
updated-dependencies:
- dependency-name: org.plumelib:options
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.plumelib-options-2.0.3 branch from 50efdf0 to 761e5e2 Compare August 8, 2025 17:25
@wmdietl
Copy link
Copy Markdown
Member

wmdietl commented Mar 6, 2026

The options documentation for the 2.0.0 release says that it doesn't work on JDK 8/11 any more.
So it is odd that this change is now passing... Are we correctly testing on JDK 8?

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

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant