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 a8b5172 commit 3c7cbf8Copy full SHA for 3c7cbf8
lib/build.gradle
@@ -98,7 +98,7 @@ dependencies {
98
// gson
99
gsonCompileOnly 'com.google.code.gson:gson:2.11.0'
100
// jackson
101
- String VER_JACKSON='2.18.1'
+ String VER_JACKSON='2.19.1'
102
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
103
jacksonCompileOnly "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON"
104
// ktfmt
0 commit comments