From 806050ad473f16d87da1c9eb781683eb83dbb253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 05:03:16 +0000 Subject: [PATCH] Bump kotlinx-serialization-json from 1.0.0-RC2 to 1.3.0 Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.0.0-RC2 to 1.3.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.0.0-RC2...v1.3.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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d62fa97..761d711 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.3.0") // JVM dependency // Use coroutines