From bd7e00649a10615a3a8dbecb0b8280f698baf093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:11:43 +0000 Subject: [PATCH] deps(upgrade): 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` 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-adapters` 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` 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 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 ... 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 45cef7d..528782f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ preference = "1.2.1" okhttp = "4.12.0" retrofit = "2.9.0" picasso = "2.71828" -moshi = "1.15.0" +moshi = "1.15.1" junit = "4.13.2" testRunner = "1.5.2" espressoCore = "3.5.1"