diff --git a/gradle.properties b/gradle.properties index 6c43a6b45..85dd6a03b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ platformPlugins = java, Groovy, Kotlin, PythonCore:213.5744.223, org.intellij.sc # See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details. kotlin.stdlib.default.dependency = true -apolloVersion=3.1.0 +apolloVersion=3.2.0 vertxVersion=4.2.4 slf4jVersion=1.7.33 jacksonVersion=2.13.1 diff --git a/settings.gradle b/settings.gradle index 49f93c109..a01d3bcc3 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.15.2" apply false id 'io.gitlab.arturbosch.detekt' version "1.19.0" apply false - id 'com.apollographql.apollo3' version "3.1.0" apply false + id 'com.apollographql.apollo3' version "3.2.0" apply false id 'com.diffplug.spotless' version '6.4.0' apply false } }