From 1efbccc3b1a4aae8cb6147cc8d8c718f933e54c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 08:06:16 +0000 Subject: [PATCH] chore(deps): bump kotlinx-serialization-json from 1.4.0 to 1.4.1 Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.4.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.4.0...v1.4.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch ... 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 a51586e640..43ccc223c5 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -31,7 +31,7 @@ dependencies { api 'org.slf4j:slf4j-api:1.7.36' // 2.0.x breaks logging. Code change needed api 'com.github.tony19:logback-android:2.0.0' - api "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0" + api "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" api "org.apache.commons:commons-lang3:$commonslang3_version" //RxBus