Skip to content

Commit 755041f

Browse files
Bump com.apollographql.apollo3 from 3.4.0 to 3.5.0 (#92)
* 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] <[email protected]> * Update gradle.properties Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Fergerson <[email protected]>
1 parent fdefad3 commit 755041f

File tree

3 files changed

+321
-6
lines changed

3 files changed

+321
-6
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ projectVersion=0.6.2-SNAPSHOT
55

66
vertxVersion=4.3.0
77
graalVersion = 21.3.0
8-
apolloVersion=3.4.0
8+
apolloVersion=3.5.0
99
commonsLang3Version = 3.12.0
1010
cliktVersion = 3.2.0
1111
bouncycastleVersion = 1.69

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginManagement {
1010
id 'com.avast.gradle.docker-compose' version "0.16.8" apply false
1111
id 'io.gitlab.arturbosch.detekt' version "1.21.0" apply false
1212
id 'com.github.johnrengelman.shadow' version "7.1.2" apply false
13-
id 'com.apollographql.apollo3' version "3.4.0" apply false
13+
id 'com.apollographql.apollo3' version "3.5.0" apply false
1414
id 'org.mikeneck.graalvm-native-image' version "1.4.1" apply false
1515
id 'com.diffplug.spotless' version '6.9.0' apply false
1616
}

0 commit comments

Comments
 (0)