Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps org.plumelib:plume-util from 1.11.0 to 1.12.1.

Release notes

Sourced from org.plumelib:plume-util's releases.

plume-util 1.12.1

  • Make EntryReader constructors more uniform.

plume-util 1.12.0

  • Move map-related methods from CollectionsPlume to new class MapsP.
    • The versions in CollectionsPlume are deprecated.
  • In StringsPlume:
    • renamed StringsPlume.nplural() to StringsPlume.nPlural().
    • new overloads of nPlural() that use the size of a collection, map, or array.
    • new methods vPlural() and nvPlural() for pluralizing verbs.
  • In SIList:
    • new methods from(Collection), from(Iterable), and from(Iterator).
    • deprecated fromList(Collection) in favor of from(Collection).
  • In LimitedSizeSet, LimitedSizeIntSet, and LimitedSizeLongSet:
    • new method isEmpty()
  • EntryReader supports separating entries by two blank lines.
Changelog

Sourced from org.plumelib:plume-util's changelog.

1.12.1 (2025-11-09)

  • Make EntryReader constructors more uniform.

1.12.0 (2025-11-09)

  • Move map-related methods from CollectionsPlume to new class MapsP.
    • The versions in CollectionsPlume are deprecated.
  • In StringsPlume:
    • renamed StringsPlume.nplural() to StringsPlume.nPlural().
    • new overloads of nPlural() that use the size of a collection, map, or array.
    • new methods vPlural() and nvPlural() for pluralizing verbs.
  • In SIList:
    • new methods from(Collection), from(Iterable), and from(Iterator).
    • deprecated fromList(Collection) in favor of from(Collection).
  • In LimitedSizeSet, LimitedSizeIntSet, and LimitedSizeLongSet:
    • new method isEmpty()
  • EntryReader supports separating entries by two blank lines.
Commits
  • bc0718e Version 1.12.1
  • 535df75 Make EntryReader constructors more uniform
  • 1df73ca Move developer documentation into README-developers.md
  • 69fd112 Don't use project.exec
  • 9092fc7 Version 1.12.0
  • 63259a5 Permit entries to be separated by two blank lines rather than one
  • e6d0dbf Don't test under JDK 24
  • 8a6288d Improve test for blank line
  • 3f8964b Small improvements to EntryReader
  • feac03f Use PMD 7.18.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [org.plumelib:plume-util](https://github.com/plume-lib/plume-util) from 1.11.0 to 1.12.1.
- [Release notes](https://github.com/plume-lib/plume-util/releases)
- [Changelog](https://github.com/plume-lib/plume-util/blob/master/CHANGELOG.md)
- [Commits](plume-lib/plume-util@v1.11.0...v1.12.1)

---
updated-dependencies:
- dependency-name: org.plumelib:plume-util
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2025

Superseded by #103.

@dependabot dependabot bot closed this Nov 13, 2025
@dependabot dependabot bot deleted the dependabot/gradle/org.plumelib-plume-util-1.12.1 branch November 13, 2025 14:13
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