From e444b00bbd82070a7c62f13ae0fb8fbb9ce5f80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:38:23 +0000 Subject: [PATCH] build(deps): bump moshi from 1.15.1 to 1.15.2 Bumps `moshi` from 1.15.1 to 1.15.2. Updates `com.squareup.moshi:moshi` from 1.15.1 to 1.15.2 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/1.15.1...1.15.2) Updates `com.squareup.moshi:moshi-kotlin` from 1.15.1 to 1.15.2 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/1.15.1...1.15.2) Updates `com.squareup.moshi:moshi-kotlin-codegen` from 1.15.1 to 1.15.2 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/1.15.1...1.15.2) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.squareup.moshi:moshi-kotlin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.squareup.moshi:moshi-kotlin-codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fa5750c9..b51b8eed 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ archTestingVersion = "2.2.0" coroutines = "1.9.0" espressoCore = "3.6.1" hamcrestVersion = "1.3" -moshi = "1.15.1" +moshi = "1.15.2" navigationFragmentKtx = "2.8.4" okHttp = "4.12.0" retrofit = "2.11.0"