Skip to content

Commit

Permalink
Bump apolloVersion from 3.8.2 to 3.8.3 (#1203)
Browse files Browse the repository at this point in the history
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](apollographql/apollo-kotlin@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](apollographql/apollo-kotlin@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 503a9f2 commit e27ebb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {
leakcanaryVersion = '2.13'

// Apollo
apolloVersion = '3.8.2'
apolloVersion = '3.8.3'

// Testing
androidxTestCoreVersion = '1.5.0'
Expand Down

0 comments on commit e27ebb3

Please sign in to comment.