typetools / checker-framework

Pluggable type-checking for Java
http://checkerframework.org/
Other
988 stars 347 forks source link

Update dependency org.plumelib:plume-util to v1.9.3 #6538

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 4 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.plumelib:plume-util 1.9.0 -> 1.9.3 age adoption passing confidence

Release Notes

plume-lib/plume-util (org.plumelib:plume-util) ### [`v1.9.3`](https://togithub.com/plume-lib/plume-util/blob/HEAD/CHANGELOG.md#193-2024-04-19) - `CollectionsPlume`: - deprecated `Filter`; use `java.util.function.Predicate` instead - new method `replace(Collection c, Collection> replacements)` - new method `isSubsequenceMaybeNonContiguous(Iterable, Iterable)` - `StringsPlume`: - new methods `splitRetainSeparators()` and `splitLinesRetainSeparators()` - `FilesPlume`: - deprecate `fileContents()` in favor of new method `readString()` - deprecate `writeFile()` in favor of new method `writeString()` - new method `readLinesRetainingSeparators()` - new method `writeString(Path, String)` ### [`v1.9.2`](https://togithub.com/plume-lib/plume-util/blob/HEAD/CHANGELOG.md#192-2024-04-07) - Don't use `@InlineMe`, which breaks javac in some clients. ### [`v1.9.1`](https://togithub.com/plume-lib/plume-util/blob/HEAD/CHANGELOG.md#191-2024-04-06) - `FilesPlume`: - deprecate `readFile()` in favor of `fileContents()` - `StringsPlume`: - new method `firstLineSeparator(String)` - improved behavior of `splitLines(String)` - `CollectionsPlume`: - new method `indexOf(list, value, startIndex)`

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 weeks ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.9.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.