We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b124927 commit 403c587Copy full SHA for 403c587
lib/build.gradle
@@ -85,7 +85,7 @@ dependencies {
85
// gson
86
gsonCompileOnly 'com.google.code.gson:gson:2.10.1'
87
// jackson
88
- String VER_JACKSON='2.14.2'
+ String VER_JACKSON='2.15.2'
89
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
90
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
91
// ktfmt
0 commit comments