Skip to content

Bump org.plumelib:plume-util from 1.8.1 to 1.14.0#459

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.plumelib-plume-util-1.14.0
Open

Bump org.plumelib:plume-util from 1.8.1 to 1.14.0#459
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.plumelib-plume-util-1.14.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps org.plumelib:plume-util from 1.8.1 to 1.14.0.

Release notes

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

plume-util 1.14.0

  • CollectionsPlume:
    • New method isModifiable(Collection).
    • New methods addIf() and addIfNot().
    • New methods mapListRemoveNull(Function,Iterable) and mapListRemoveNull(Function,Object[]).
  • EntryReader:
    • Replaced three arguments to constructors (entryStartRegex, entryStopRegex, twoBlankLines) by a single EntryFormat value. The old constructors still exist but are deprecated.
    • Replaced String/Pattern argument to constructor (commentRegex) by a CommentFormat value. This eases future extensions. The old constructors still exist but are deprecated.
    • Removed setEntryStartStop() methods
    • When entryStartRegex has no capturing group, the whole thing is discarded rather than the whole thing being retained.
    • EntryReader supports multiline comments.
    • EntryReader supports fenced code blocks.
  • FilesPlume:
    • New methods createDirectory() and createDirectories().

plume-util 1.13.0

  • In EntryReader:
    • Deprecated several constructors; there were an unwieldy number of them.

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:

... (truncated)

Changelog

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

1.14.0 (2026-03-05)

  • CollectionsPlume:
    • New method isModifiable(Collection).
    • New methods addIf() and addIfNot().
    • New methods mapListRemoveNull(Function,Iterable) and mapListRemoveNull(Function,Object[]).
  • EntryReader:
    • Replaced three arguments to constructors (entryStartRegex, entryStopRegex, twoBlankLines) by a single EntryFormat value. The old constructors still exist but are deprecated.
    • Replaced String/Pattern argument to constructor (commentRegex) by a CommentFormat value. This eases future extensions. The old constructors still exist but are deprecated.
    • Removed setEntryStartStop() methods. Pass an EntryFormat to the constructor instead.
    • When entryStartRegex has no capturing group, the whole thing is discarded rather than the whole thing being retained.
    • EntryReader supports multiline comments.
    • EntryReader supports fenced code blocks.
  • FilesPlume:
    • New methods createDirectory() and createDirectories().

1.13.0 (2026-01-20)

  • In EntryReader:
    • Deprecated several constructors; there were an unwieldy number of them.

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)

... (truncated)

Commits
  • 7d2b5a0 Version 1.14.0
  • 228a7a1 Use Gradle Version Catalog
  • a7afad7 Update Gradle to v9.4.0 (#655)
  • 04d7727 Update plugin com.diffplug.spotless to v8.3.0 (#654)
  • 6ad7f1f Update dependency org.checkerframework:checker to v3.54.0 (#653)
  • e1cf78a Define addIf() and addIfNot()
  • 3e06551 Update plugin net.ltgt.errorprone to v5.1.0 (#650)
  • 2bd7d48 Define mapListRemoveNull()
  • 7ee3e4e Update dependency pmd to v7.22.0 (#649)
  • 780b60e Update dependency com.google.errorprone:error_prone_core to v2.48.0 (#648)
  • 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 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.8.1 to 1.14.0.
- [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.8.1...v1.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 13, 2026
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.

0 participants