diff --git a/gradle.properties b/gradle.properties index e5f971d1e..36dd3a3e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ platformPlugins = java # See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details. kotlin.stdlib.default.dependency = true -apolloVersion=3.6.0 +apolloVersion=3.6.1 vertxVersion=4.3.4 slf4jVersion=1.7.33 jacksonVersion=2.13.4 diff --git a/settings.gradle b/settings.gradle index aca71093d..4beb3c902 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { id 'org.jetbrains.kotlin.plugin.serialization' version kotlinVersion apply false id 'com.avast.gradle.docker-compose' version "0.16.9" apply false id 'io.gitlab.arturbosch.detekt' version "1.21.0" apply false - id 'com.apollographql.apollo3' version "3.6.0" apply false + id 'com.apollographql.apollo3' version "3.6.1" apply false id 'com.diffplug.spotless' version '6.11.0' apply false } }