From 46600c81bece2370b83400dfced24d0c312e1a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 11:15:01 +0000 Subject: [PATCH] Bump kotlinx-serialization-json from 1.3.3 to 1.4.1 Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.3.3 to 1.4.1. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.3.3...v1.4.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- shared/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle b/shared/build.gradle index 3a6a62902ed..ecbe86c40bf 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -33,7 +33,7 @@ dependencies { exclude group: "com.google.android", module: "android" } - api "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3" + api "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" api "org.apache.commons:commons-lang3:$commonslang3_version" //RxBus