From b2c4339f40f364b181f1be25b0ce7caec8b0708b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 12:01:23 +0000 Subject: [PATCH] Bump kotlinx-serialization-json from 1.2.0 to 1.4.0 Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.2.0 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.2.0...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] --- testingplayground/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testingplayground/build.gradle b/testingplayground/build.gradle index 050aa94..e2f29ee 100644 --- a/testingplayground/build.gradle +++ b/testingplayground/build.gradle @@ -41,5 +41,5 @@ dependencies { implementation rxjava implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" - implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.0" + implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0" } \ No newline at end of file