diff --git a/graphql/build.gradle.kts b/graphql/build.gradle.kts index 97471dc3b..db7df5374 100644 --- a/graphql/build.gradle.kts +++ b/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