From 3e4e3a752c3d80efadf966443b85589934661941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:07:16 +0000 Subject: [PATCH] Bump kotlinx-serialization-json from 1.2.0 to 1.4.1 Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.2.0 to 1.4.1. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/v1.4.1/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.2.0...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] --- testingplayground/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testingplayground/build.gradle b/testingplayground/build.gradle index 050aa94..3251fb3 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.1" } \ No newline at end of file