Skip to content

Commit

Permalink
chore(deps): update com.apollographql.apollo to v2.5.12 (#588)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 14, 2022
1 parent cce7ee2 commit 0d366b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql/build.gradle.kts
@@ -1,12 +1,12 @@
// Plugins
plugins {
id("com.apollographql.apollo") version "2.5.11"
id("com.apollographql.apollo") version "2.5.12"
}

// Dependencies
dependencies {
// GraphQL
api(group = "com.apollographql.apollo", name = "apollo-runtime", version = "2.5.11")
api(group = "com.apollographql.apollo", name = "apollo-runtime", version = "2.5.12")
api(group = "org.jetbrains", name = "annotations")

// Hystrix
Expand Down

0 comments on commit 0d366b6

Please sign in to comment.