We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d5f28 commit d6e37e7Copy full SHA for d6e37e7
lib/build.gradle
@@ -97,7 +97,7 @@ dependencies {
97
// gson
98
gsonCompileOnly 'com.google.code.gson:gson:2.10.1'
99
// jackson
100
- String VER_JACKSON='2.14.2'
+ String VER_JACKSON='2.17.1'
101
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
102
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
103
// ktfmt
0 commit comments