From f5e14d44222dba58bb401090167de00b666b5b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:33:22 +0000 Subject: [PATCH] chore(deps): bump com.apollographql.cache:normalized-cache-sqlite Bumps [com.apollographql.cache:normalized-cache-sqlite](https://github.com/apollographql/apollo-kotlin-normalized-cache) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/apollographql/apollo-kotlin-normalized-cache/releases) - [Changelog](https://github.com/apollographql/apollo-kotlin-normalized-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-kotlin-normalized-cache/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: com.apollographql.cache:normalized-cache-sqlite dependency-version: 1.0.1 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 4e97001a..43158acf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ androidx-lifecycle = "2.10.0" # Used by the Wear OS app only androidx-wear-compose = "1.6.0" apollo = "4.4.2" apollo-adapters = "0.7.0" -apollo-cache = "1.0.0" +apollo-cache = "1.0.1" coil = "3.4.0" compose = "1.10.6" # Used by the Wear OS app only compose-material-icons-extended = "1.7.8"