Skip to content

Commit

Permalink
chore(deps): update com.apollographql.apollo to v2.5.13 (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2022
1 parent b8ad2d9 commit 629e60e
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.12"
id("com.apollographql.apollo") version "2.5.13"
}

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

// Hystrix
Expand Down

0 comments on commit 629e60e

Please sign in to comment.