From 8be44135e5d90a894d92888c2f091e45996fc04d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 06:53:53 +0000 Subject: [PATCH] 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-adapters` 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-adapters 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 7207f47..7ca91a6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ koin = "4.0.0" kotlin = "2.1.0" kotlinx-coroutines = "1.9.0" ksp = "2.1.0-1.0.29" -moshi = "1.15.1" +moshi = "1.15.2" [libraries] androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }