From 2c3b66a50ca59c5f23c61cfcd62d9e0ec4fcf5d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 19:08:15 +0000 Subject: [PATCH] Bump com.github.skydoves:sandwich from 1.3.4 to 1.3.5 Bumps [com.github.skydoves:sandwich](https://github.com/skydoves/sandwich) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/skydoves/sandwich/releases) - [Commits](https://github.com/skydoves/sandwich/compare/1.3.4...1.3.5) --- updated-dependencies: - dependency-name: com.github.skydoves:sandwich 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 bba50683..c9ef612c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ ksp = "1.8.10-1.0.9" ktlint = "0.43.0" okhttp = "4.10.0" retrofit = "2.9.0" -sandwich = "1.3.4" +sandwich = "1.3.5" moshi="1.14.0" spotless = "6.7.0" webviewInspector = "1.0.2"