Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

plume-util 1.12.3

  • In ArraysPlume:
    • new method prepend() concatenates an element and an array into a new array.
    • new methods copyEmpty() type-safely make an array of the same type.
  • In CollectionsPlume:
    • Renamed sortList() to sorted().
    • Methods that now take a Collection rather than a List as input:
      • hasDuplicates()
      • hasNoDuplicates()
      • noDuplicates()
      • withoutDuplicates()
      • withoutDuplicatesSorted()
      • withoutDuplicatesComparable()
      • isSorted()
      • isSortedNoDuplicates()

plume-util 1.12.2

  • Add more EntryReader constructors.

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.3 (2025-11-26)

  • In ArraysPlume:
    • new method prepend() concatenates an element and an array into a new array.
    • new methods copyEmpty() type-safely make an array of the same type.
  • In CollectionsPlume:
    • Renamed sortList() to sorted().
    • Methods that now take a Collection rather than a List as input:
      • hasDuplicates()
      • hasNoDuplicates()
      • noDuplicates()
      • withoutDuplicates()
      • withoutDuplicatesSorted()
      • withoutDuplicatesComparable()
      • isSorted()
      • isSortedNoDuplicates()

1.12.2 (2025-11-12)

  • Add more EntryReader constructors.

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
  • 2f289d2 Version 1.12.3
  • 36a90f5 Define prepend() and copyEmpty()
  • 2970bcd Update actions/checkout action to v6 (#596)
  • e7095e3 Update plugin com.diffplug.spotless to v8.1.0 (#595)
  • f51c5b5 Jacoco code coverage
  • e198480 Improve organization of test files
  • b8181bf Move test
  • 684d3cb Give test methods default visibility
  • 8176f9d Remove Claude Code workflows, which are failing
  • 751d474 Retain original method capitalization in method tests
  • 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.3.
- [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.3)

---
updated-dependencies:
- dependency-name: org.plumelib:plume-util
  dependency-version: 1.12.3
  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 27, 2025
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