diff --git a/graphql/build.gradle.kts b/graphql/build.gradle.kts index bf3526eb6..81cd8f1f5 100644 --- a/graphql/build.gradle.kts +++ b/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