Skip to content

Commit

Permalink
chore(deps): update apollo graphql packages to v3.7.3 (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 24, 2022
1 parent b938a15 commit 3fa93d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 3fa93d6

Please sign in to comment.