From 2ed4b73a0762e46a107928b13cdda4657efe760d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:36:44 +0000 Subject: [PATCH] Bump com.github.skydoves:sandwich from 2.0.8 to 2.0.10 Bumps [com.github.skydoves:sandwich](https://github.com/skydoves/sandwich) from 2.0.8 to 2.0.10. - [Release notes](https://github.com/skydoves/sandwich/releases) - [Commits](https://github.com/skydoves/sandwich/compare/2.0.8...2.0.10) --- 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 91a13dc..7b2ac5f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ googleSecretPlugin = "2.0.1" accompanist = "0.34.0" okhttp = "4.12.0" retrofit = "2.11.0" -sandwich = "2.0.8" +sandwich = "2.0.10" hilt = "2.51.1" spotless = "6.20.0"