Skip to content

Commit b14d70d

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.1
| datasource | package | from | to | | ---------- | ------------------------------------------------ | ----- | ----- | | maven | org.jetbrains.kotlinx:kotlinx-serialization-json | 1.7.3 | 1.8.1 |
1 parent b71752a commit b14d70d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
junit = "4.13.2"
33
kotlin = "2.0.21"
44
coroutines = "1.9.0"
5-
kotlinx-serialization-json = "1.7.3"
5+
kotlinx-serialization-json = "1.8.1"
66
kotlinx-collections-immutable = "0.3.8"
77

88
# the Java version that the Java and Kotlin compilers will target

standalone-sample/kmpviewmodel_compose_koin_sample/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ java-target = "11"
55
# the Java version that is used to run the Java and Kotlin compilers and various other tasks
66
java-toolchain = "21"
77
coroutines = "1.9.0"
8-
kotlinx-serialization-json = "1.7.3"
8+
kotlinx-serialization-json = "1.8.1"
99
kotlinx-collections-immutable = "0.3.8"
1010

1111
# the Android minSdkVersion to use

0 commit comments

Comments
 (0)