We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db6626 commit 5fe12baCopy full SHA for 5fe12ba
lib/build.gradle
@@ -97,7 +97,7 @@ dependencies {
97
// gson
98
gsonCompileOnly 'com.google.code.gson:gson:2.11.0'
99
// jackson
100
- String VER_JACKSON='2.18.1'
+ String VER_JACKSON='2.18.2'
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