Skip to content

Commit d7e05c3

Browse files
Bump com.apollographql.apollo3 from 3.4.0 to 3.5.0 (#784)
* Bump com.apollographql.apollo3 from 3.4.0 to 3.5.0 Bumps [com.apollographql.apollo3](https://github.com/apollographql/apollo-kotlin) from 3.4.0 to 3.5.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@v3.4.0...v3.5.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 49864c1 commit d7e05c3

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
@@ -18,7 +18,7 @@ platformPlugins = java, Groovy, Kotlin, PythonCore:221.5591.52, org.intellij.sca
1818
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
1919
kotlin.stdlib.default.dependency = true
2020

21-
apolloVersion=3.4.0
21+
apolloVersion=3.5.0
2222
vertxVersion=4.3.0
2323
slf4jVersion=1.7.33
2424
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.16.8" apply false
99
id 'io.gitlab.arturbosch.detekt' version "1.21.0" apply false
10-
id 'com.apollographql.apollo3' version "3.4.0" apply false
10+
id 'com.apollographql.apollo3' version "3.5.0" apply false
1111
id 'com.diffplug.spotless' version '6.9.0' apply false
1212
}
1313
}

0 commit comments

Comments
 (0)