diff --git a/gradle.properties b/gradle.properties index c7ad610..d8cbf4c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ projectVersion=0.4.6 vertxVersion=4.2.6 graalVersion = 21.3.0 -apolloVersion=3.2.1 +apolloVersion=3.2.2 commonsLang3Version = 3.12.0 cliktVersion = 3.2.0 bouncycastleVersion = 1.69 diff --git a/settings.gradle b/settings.gradle index 15c7d3e..d0cb5f9 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,7 +10,7 @@ pluginManagement { 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.github.johnrengelman.shadow' version "7.1.2" apply false - id 'com.apollographql.apollo3' version "3.2.1" apply false + id 'com.apollographql.apollo3' version "3.2.2" apply false id 'org.mikeneck.graalvm-native-image' version "1.4.1" apply false id 'com.diffplug.spotless' version '6.4.2' apply false }