From 982b08ab8cb8ba3e5130d26710b243c4c3d5c428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 05:02:13 +0000 Subject: [PATCH] Bump kotlinx-serialization-json from 1.0.0-RC2 to 1.2.2 Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.0.0-RC2 to 1.2.2. - [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.0.0-RC2...v1.2.2) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d62fa97..0c9afcf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { // Use the Kotlin JDK 8 standard library. implementation(kotlin("stdlib", org.jetbrains.kotlin.config.KotlinCompilerVersion.VERSION)) // or "stdlib-jdk8" - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.0-RC2") // JVM dependency + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2") // JVM dependency // Use coroutines