Skip to content

Commit 9875e00

Browse files
Bump com.apollographql.apollo3 from 3.1.0 to 3.2.0 (#697)
* Bump com.apollographql.apollo3 from 3.1.0 to 3.2.0 Bumps [com.apollographql.apollo3](https://github.com/apollographql/apollo-android) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/apollographql/apollo-android/releases) - [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md) - [Commits](apollographql/apollo-kotlin@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: com.apollographql.apollo3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update gradle.properties Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Fergerson <bfergerson@apache.org>
1 parent 530044d commit 9875e00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platformPlugins = java, Groovy, Kotlin, PythonCore:213.5744.223, org.intellij.sc
2121
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
2222
kotlin.stdlib.default.dependency = true
2323

24-
apolloVersion=3.1.0
24+
apolloVersion=3.2.0
2525
vertxVersion=4.2.4
2626
slf4jVersion=1.7.33
2727
jacksonVersion=2.13.1

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
id 'org.jetbrains.kotlin.plugin.serialization' version kotlinVersion apply false
88
id 'com.avast.gradle.docker-compose' version "0.15.2" apply false
99
id 'io.gitlab.arturbosch.detekt' version "1.19.0" apply false
10-
id 'com.apollographql.apollo3' version "3.1.0" apply false
10+
id 'com.apollographql.apollo3' version "3.2.0" apply false
1111
id 'com.diffplug.spotless' version '6.4.0' apply false
1212
}
1313
}

0 commit comments

Comments
 (0)