Skip to content

chore(deps): bump it.unimi.dsi:fastutil from 8.5.12 to 8.5.19 - #3950

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

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/it.unimi.dsi-fastutil-8.5.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps it.unimi.dsi:fastutil from 8.5.12 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
  • 46316b1 Round of fixes by Fable
  • 29fc48b Made grow methods public
  • 5609ef7 Added note about ensureCapacity not growing exponentially
  • c6434ab Revised forEach for maps
  • ca67ef7 Updated site
  • 1ff1922 Fixed non-existent method
  • 106a747 Type-specific map forEach and ObjectInput/Output support for fast byte array ...
  • be6898b Merge pull request #360 from magicprinc/FBAOS_DO
  • 5bed452 Fixed docs and tests
  • 27ddd25 Merge pull request #369 from viciscat/type-specific-foreach
  • Additional commits viewable in compare view

@dependabot
dependabot Bot requested a review from awildturtok as a code owner August 24, 2026 06:33
@dependabot
dependabot Bot requested a review from thoniTUB as a code owner August 24, 2026 06:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/it.unimi.dsi-fastutil-8.5.19 branch from d59cbc2 to 26a5b17 Compare September 9, 2026 06:33
Bumps [it.unimi.dsi:fastutil](https://github.com/vigna/fastutil) from 8.5.12 to 8.5.19.
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](vigna/fastutil@8.5.12...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/maven/it.unimi.dsi-fastutil-8.5.19 branch from 26a5b17 to 4aff84b Compare September 16, 2026 06:33
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.

2 participants