diff --git a/gradle.properties b/gradle.properties index f514fbb..9962061 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ projectVersion=0.7.5-SNAPSHOT vertxVersion=4.3.7 graalVersion = 22.2.0 -apolloVersion=3.7.2 +apolloVersion=3.7.3 commonsLang3Version = 3.12.0 cliktVersion = 3.5.0 bouncycastleVersion = 1.70 diff --git a/settings.gradle b/settings.gradle index d345a1f..07cb863 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,7 +10,7 @@ pluginManagement { id 'com.avast.gradle.docker-compose' version "0.16.11" apply false id 'io.gitlab.arturbosch.detekt' version "1.22.0" apply false id 'com.github.johnrengelman.shadow' version "7.1.2" apply false - id 'com.apollographql.apollo3' version "3.7.2" apply false + id 'com.apollographql.apollo3' version "3.7.3" apply false id 'org.mikeneck.graalvm-native-image' version "1.4.1" apply false id 'com.diffplug.spotless' version '6.12.0' apply false }