From 6fd93ffad52add1fd3f2218d97af1f82665646fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:26:44 +0000 Subject: [PATCH] chore(deps): bump the apollo group across 1 directory with 3 updates Bumps the apollo group with 3 updates in the /platforms/android/samples/MobileBuyIntegration directory: [com.apollographql.apollo](https://github.com/apollographql/apollo-kotlin), [com.apollographql.apollo:apollo-runtime](https://github.com/apollographql/apollo-kotlin) and [com.apollographql.apollo:apollo-normalized-cache](https://github.com/apollographql/apollo-kotlin). Updates `com.apollographql.apollo` from 4.4.3 to 5.0.0 - [Release notes](https://github.com/apollographql/apollo-kotlin/releases) - [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-kotlin/compare/v4.4.3...v5.0.0) Updates `com.apollographql.apollo:apollo-runtime` from 4.4.3 to 5.0.0 - [Release notes](https://github.com/apollographql/apollo-kotlin/releases) - [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-kotlin/compare/v4.4.3...v5.0.0) Updates `com.apollographql.apollo:apollo-normalized-cache` from 4.4.3 to 5.0.0 - [Release notes](https://github.com/apollographql/apollo-kotlin/releases) - [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-kotlin/compare/v4.4.3...v5.0.0) Updates `com.apollographql.apollo:apollo-normalized-cache` from 4.4.3 to 5.0.0 - [Release notes](https://github.com/apollographql/apollo-kotlin/releases) - [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-kotlin/compare/v4.4.3...v5.0.0) --- updated-dependencies: - dependency-name: com.apollographql.apollo dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: apollo - dependency-name: com.apollographql.apollo:apollo-normalized-cache dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: apollo - dependency-name: com.apollographql.apollo:apollo-normalized-cache dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: apollo - dependency-name: com.apollographql.apollo:apollo-runtime dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: apollo ... Signed-off-by: dependabot[bot] --- platforms/android/samples/MobileBuyIntegration/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/android/samples/MobileBuyIntegration/build.gradle b/platforms/android/samples/MobileBuyIntegration/build.gradle index 16c7d641..345a13bf 100644 --- a/platforms/android/samples/MobileBuyIntegration/build.gradle +++ b/platforms/android/samples/MobileBuyIntegration/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { activity_version = '1.13.0' - apollo_version = '4.4.3' + apollo_version = '5.0.0' app_compat_version = '1.7.1' browser_version = '1.8.0' compose_ui_version = '1.10.6' @@ -25,5 +25,5 @@ plugins { id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false id 'com.google.devtools.ksp' version '2.3.6' apply false id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20' apply false - id 'com.apollographql.apollo' version '4.4.3' apply false + id 'com.apollographql.apollo' version '5.0.0' apply false }