Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions changelog/unreleased/PR#4099-update-kotlinx-serialization.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Update kotlinx.serialization to v1.10.0
type: dependency_update
authors:
- name: solrbot
links:
- name: PR#4099
url: https://github.com/apache/solr/pull/4099
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ kotlinx-atomicfu = "0.29.0"
kotlinx-browser = "0.3"
kotlinx-coroutines = "1.10.1"
kotlinx-datetime = "0.7.1"
kotlinx-serialization = "1.9.0"
kotlinx-serialization = "1.10.0"
# @keep used by spotless
ktlint = "1.7.1"
ktor = "3.2.2"
Expand Down
Loading
Loading