From 4164514b2287763692e0b2f2e8cc106714cc66b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:47:01 +0000 Subject: [PATCH] Bump apolloVersion from 3.8.2 to 3.8.3 Bumps `apolloVersion` from 3.8.2 to 3.8.3. Updates `com.apollographql.apollo3:apollo-gradle-plugin` from 3.8.2 to 3.8.3 - [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/v3.8.2...v3.8.3) Updates `com.apollographql.apollo3:apollo-runtime` from 3.8.2 to 3.8.3 - [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/v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: com.apollographql.apollo3:apollo-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.apollographql.apollo3:apollo-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index edb005f2..f51e04b2 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ buildscript { leakcanaryVersion = '2.13' // Apollo - apolloVersion = '3.8.2' + apolloVersion = '3.8.3' // Testing androidxTestCoreVersion = '1.5.0'