From 39a3c30c378cb841083495654f1d1d5c68308ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:42:16 +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.7.0 to 1.7.1. - [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.7.0...v1.7.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] --- 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 3c5fbd7b..92f8bf8f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -119,7 +119,7 @@ def androidxCoreVersion = '1.13.1' def daggerVersion = '2.51.1' def workManagerVersion = '2.9.0' def okioVersion = '3.9.0' -def serializationJsonVersion = '1.7.0' +def serializationJsonVersion = '1.7.1' def junitVersion = '4.13.2' def androidxTestVersion = "1.5.0"