Skip to content

Commit 6adf1b2

Browse files
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](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-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] <support@github.com>
1 parent 0166d17 commit 6adf1b2

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
browser_version = '1.8.0'
77
compose_ui_version = '1.10.6'
@@ -25,5 +25,5 @@ plugins {
2525
id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false
2626
id 'com.google.devtools.ksp' version '2.3.6' apply false
2727
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20' apply false
28-
id 'com.apollographql.apollo' version '4.4.3' apply false
28+
id 'com.apollographql.apollo' version '5.0.0' apply false
2929
}

0 commit comments

Comments
 (0)