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 2681aba commit 9ce8c58Copy full SHA for 9ce8c58
gradle.properties
@@ -7,7 +7,7 @@ vertxVersion=4.2.4
7
8
skywalkingAgentVersion=8.9.0
9
10
-jacksonVersion = 2.12.5
+jacksonVersion=2.13.1
11
gsonVersion = 2.8.6
12
jupiterVersion = 5.8.0
13
logbackVersion = 1.2.6
settings.gradle
@@ -5,7 +5,7 @@ pluginManagement {
5
id 'com.avast.gradle.docker-compose' version "0.15.0" apply false
6
id 'io.gitlab.arturbosch.detekt' version "1.19.0" apply false
id 'com.github.johnrengelman.shadow' version "7.1.2" apply false
- id 'com.diffplug.spotless' version '6.2.0' apply false
+ id 'com.diffplug.spotless' version '6.2.1' apply false
}
0 commit comments