From 984c752c09567c604f5dc92da4f006f49b973b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 08:10:15 +0000 Subject: [PATCH] chore(deps): bump kotlinx-serialization-json from 1.3.3 to 1.4.0 Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.3.3 to 1.4.0. - [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.0) --- 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 598f2e18f8..e9c6ccc567 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.0" api "org.apache.commons:commons-lang3:$commonslang3_version" //RxBus