Skip to content

build(deps): bump it.unimi.dsi:fastutil from 8.5.18 to 8.5.19 - #431

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

build(deps): bump it.unimi.dsi:fastutil from 8.5.18 to 8.5.19#431
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 Aug 19, 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 dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 19, 2026
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 force-pushed the dependabot/gradle/it.unimi.dsi-fastutil-8.5.19 branch from 4d0037b to e2c0de5 Compare August 22, 2026 11:36
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