Skip to content

Bump it.unimi.dsi:fastutil from 8.5.18 to 8.5.19#55

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/it.unimi.dsi-fastutil-8.5.19
Open

Bump it.unimi.dsi:fastutil from 8.5.18 to 8.5.19#55
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/it.unimi.dsi-fastutil-8.5.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps it.unimi.dsi:fastutil from 8.5.18 to 8.5.19.

Changelog

Sourced from it.unimi.dsi:fastutil's changelog.

8.5.19

  • Fixed BigArrays.getAndIncrement() for atomic big arrays, which was actually decrementing.

  • Fixed skip() for concatenated iterators, which could leave the iterator positioned on an exhausted component.

  • Fixed skip() for concatenated spliterators, which could throw an ArrayIndexOutOfBoundsException.

  • Fixed removal from the entry set of tree-map submaps, which ignored the submap range and the entry value.

  • Fixed deserialization of open-addressing big hash sets with load factor 1, which could produce a table without free entries.

  • Fixed decoding of lengths greater than or equal to 2^15 in short front-coded lists.

  • Fixed bounds checking in getElements() for immutable-list sublists.

  • Fixed changed(int) for array-based indirect priority queues, which could leave a stale cached minimum.

  • binarySearch() for floats and doubles is now consistent with the sorting order (-0 less than 0, NaN greatest).

  • Fixed integer overflow in trySplit() for wide int interval spliterators.

  • Fixed integer overflow in skip() and back() for int interval iterators near the extremal values.

  • Fixed file-descriptor leaks in the File-based BinIO loaders: the byte loadBytes(File...) methods leaked on every call, and the multi-byte loaders leaked on the end-of-file error path.

  • Fixed serialization of big-array big lists with more than 2^31 elements.

  • Fixed integer overflow in the swap phase of big-array sorting for more than 2^31 elements.

  • The expected-size argument of the big hash set constructor is now correctly checked for negativity.

  • Fixed a garbled index in an exception message of abstract-list sublists.

  • Fixed the upper-bound symbol in the out-of-range exception messages of tree-map and tree-set submaps and subsets.

... (truncated)

Commits

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 [it.unimi.dsi:fastutil](https://github.com/vigna/fastutil) from 8.5.18 to 8.5.19.
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/commits/8.5.19)

---
updated-dependencies:
- dependency-name: it.unimi.dsi:fastutil
  dependency-version: 8.5.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jul 26, 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