We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d5519 commit c9bd55bCopy full SHA for c9bd55b
gradle.properties
@@ -5,7 +5,7 @@ projectVersion=0.3.1
5
6
vertxVersion=4.2.4
7
graalVersion = 21.3.0
8
-jacksonVersion = 2.12.5
+jacksonVersion=2.13.1
9
apolloVersion=3.0.0
10
commonsLang3Version = 3.12.0
11
cliktVersion = 3.2.0
settings.gradle
@@ -12,7 +12,7 @@ pluginManagement {
12
id 'com.github.johnrengelman.shadow' version "7.1.2" apply false
13
id 'com.apollographql.apollo3' version "3.0.0" apply false
14
id 'org.mikeneck.graalvm-native-image' version "1.4.1" apply false
15
- id 'com.diffplug.spotless' version '6.2.0' apply false
+ id 'com.diffplug.spotless' version '6.2.1' apply false
16
}
17
18
0 commit comments