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 3684f67 commit 7c208c6Copy full SHA for 7c208c6
lib/build.gradle
@@ -100,7 +100,7 @@ dependencies {
100
// gson
101
gsonCompileOnly 'com.google.code.gson:gson:2.13.1'
102
// jackson
103
- String VER_JACKSON='2.19.2'
+ String VER_JACKSON='2.20.0'
104
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
105
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
106
// ktfmt
0 commit comments