Skip to content

Commit bb7d5b3

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 27947c8 + 24ca2a8 commit bb7d5b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ projectVersion=0.4.5
55

66
vertxVersion=4.2.4
77
graalVersion = 21.3.0
8-
apolloVersion=3.1.0
8+
apolloVersion=3.2.0
99
commonsLang3Version = 3.12.0
1010
cliktVersion = 3.2.0
1111
bouncycastleVersion = 1.69

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ pluginManagement {
1010
id 'com.avast.gradle.docker-compose' version "0.15.2" apply false
1111
id 'io.gitlab.arturbosch.detekt' version "1.19.0" apply false
1212
id 'com.github.johnrengelman.shadow' version "7.1.2" apply false
13-
id 'com.apollographql.apollo3' version "3.1.0" apply false
13+
id 'com.apollographql.apollo3' version "3.2.0" apply false
1414
id 'org.mikeneck.graalvm-native-image' version "1.4.1" apply false
15-
id 'com.diffplug.spotless' version '6.3.0' apply false
15+
id 'com.diffplug.spotless' version '6.4.0' apply false
1616
}
1717
}
1818

0 commit comments

Comments
 (0)