Skip to content

Commit

Permalink
chore(deps): update plugin com.apollographql.apollo3 to v3.7.2 (#840)
Browse files Browse the repository at this point in the history
* chore(deps): update plugin com.apollographql.apollo3 to v3.7.2

* Update gradle.properties

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brandon Fergerson <brandon.fergerson@codebrig.com>
  • Loading branch information
renovate[bot] and BFergerson committed Dec 6, 2022
1 parent f6d5217 commit 4941582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -9,7 +9,7 @@ skywalkingVersion=9.2.0
jacksonVersion=2.14.1
gsonVersion = 2.8.6
grpcVersion = 1.35.0
apolloVersion=3.7.1
apolloVersion=3.7.2
commonsLang3Version = 3.12.0
cliktVersion = 3.2.0
bouncycastleVersion = 1.70
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Expand Up @@ -11,7 +11,7 @@ pluginManagement {
id("io.gitlab.arturbosch.detekt") version "1.22.0" apply false
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("com.palantir.graal") version "0.12.0" apply false
id("com.apollographql.apollo3") version "3.7.1" apply false
id("com.apollographql.apollo3") version "3.7.2" apply false
id("org.mikeneck.graalvm-native-image") version "1.4.1" apply false
id("com.diffplug.spotless") version "6.12.0" apply false
id("com.github.node-gradle.node") version "3.5.0" apply false
Expand Down

0 comments on commit 4941582

Please sign in to comment.