We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e5c01 commit 7efd31bCopy full SHA for 7efd31b
mcc/build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
BuildUtils.addExternalDependency(
39
project,
40
new ExternalDependency(
41
- "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}",
+ "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}",
42
"jackson-databind",
43
44
"https://github.com/FasterXML/jackson-databind",
0 commit comments