From a0fc505e05b145e3684327f2045741e79325c186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 08:58:56 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.4.1 to 1.5.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.4.1...v1.5.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 98267b201c..e23abd300e 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { work_version = '2.8.0' tink_version = '1.8.0' json_version = '20220320' - serialization_version = '1.4.1' + serialization_version = '1.5.0' joda_version = '2.12.1.1' swipe_version = '1.1.0'