We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d2c0f commit 0853646Copy full SHA for 0853646
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.16.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