From c8db2dfa38aa2e2103cf417317e4eac6cec91443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:34:45 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-serialization-json in /android Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.6.3 to 1.7.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.6.3...v1.7.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] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8c3fdc62..ad2b920a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -106,7 +106,7 @@ def androidxCoreVersion = '1.13.1' def daggerVersion = '2.51.1' def workManagerVersion = '2.9.0' def okioVersion = '3.9.0' -def serializationJsonVersion = '1.6.3' +def serializationJsonVersion = '1.7.0' def junitVersion = '4.13.2' def androidxTestVersion = "1.5.0"