Skip to content

Commit 445f5ae

Browse files
chore(deps): bump the apollo group
Bumps the apollo group in /platforms/android/samples/MobileBuyIntegration with 3 updates: [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](apollographql/apollo-kotlin@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](apollographql/apollo-kotlin@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](apollographql/apollo-kotlin@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](apollographql/apollo-kotlin@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-runtime 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b39846a commit 445f5ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platforms/android/samples/MobileBuyIntegration/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
activity_version = '1.13.0'
4-
apollo_version = '4.4.3'
4+
apollo_version = '5.0.0'
55
app_compat_version = '1.7.1'
66
compose_ui_version = '1.10.6'
77
coil_version = '2.7.0'
@@ -24,5 +24,5 @@ plugins {
2424
id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false
2525
id 'com.google.devtools.ksp' version '2.3.6' apply false
2626
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20' apply false
27-
id 'com.apollographql.apollo' version '4.4.3' apply false
27+
id 'com.apollographql.apollo' version '5.0.0' apply false
2828
}

0 commit comments

Comments
 (0)