From 30d9b128672f48a74c77f1fbeb804e9796fd4124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:43:03 +0000 Subject: [PATCH] Bump moshi from 1.15.0 to 1.15.1 Bumps `moshi` from 1.15.0 to 1.15.1. Updates `com.squareup.moshi:moshi-kotlin` from 1.15.0 to 1.15.1 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/parent-1.15.0...1.15.1) Updates `com.squareup.moshi:moshi-kotlin-codegen` from 1.15.0 to 1.15.1 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/parent-1.15.0...1.15.1) --- updated-dependencies: - 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 7ebc00b7..46ba20e0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ coroutines = "1.7.3" hilt = "2.50" kotlin = "1.9.22" lifecycle = "2.7.0" -moshi = "1.15.0" +moshi = "1.15.1" okhttp = "4.12.0" retrofit = "2.9.0" room = "2.6.1"