Skip to content

Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.2 - #1070

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kotlinx.collections.immutable
Open

Update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.5.2#1070
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kotlinx.collections.immutable

Conversation

@renovate

@renovate renovate Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlinx:kotlinx-collections-immutable 0.5.10.5.2 age confidence

Release Notes

Kotlin/kotlinx.collections.immutable (org.jetbrains.kotlinx:kotlinx-collections-immutable)

v0.5.2

  • Fixed addingAll, removingAll, retainingAll, intersect, and containsAll on PersistentHashSet, puttingAll on PersistentHashMap, and their builder counterparts returning wrong results when a collision node meets a single element at the bottom trie level #​294
  • Fixed puttingAll on PersistentHashMap, and putAll on its builder, keeping the receiver's value for a key that sits in a collision node on both sides #​300
  • Fixed PersistentHashSet.equals being asymmetric after intersect, retainingAll, or the builder's retainAll #​291
  • Fixed PersistentHashMapBuilder.put of an already stored value invalidating live iterators and making build() return a new map when the key is in a collision node #​304
  • Fixed a live iterator of PersistentHashMapBuilder returning the old values after a putAll that only replaces values #​308
  • Fixed PersistentOrderedMapBuilder iterators throwing ConcurrentModificationException after MutableMap.MutableEntry.setValue, or a put that only replaces a value, during iteration #​307
  • Fixed MutableMap.MutableEntry.setValue on a PersistentOrderedMapBuilder entry re-adding the key after it was removed from the builder #​310

  • If you want to rebase/retry this PR, check this box

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

@renovate
renovate Bot enabled auto-merge (squash) August 28, 2026 21:16
@renovate
renovate Bot requested a review from a team August 28, 2026 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants