Skip to content

Commit 7efd31b

Browse files
authored
Upgrade Jackson library to the latest version (#145)
1 parent d4e5c01 commit 7efd31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
BuildUtils.addExternalDependency(
3939
project,
4040
new ExternalDependency(
41-
"com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}",
41+
"com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}",
4242
"jackson-databind",
4343
"jackson-databind",
4444
"https://github.com/FasterXML/jackson-databind",

0 commit comments

Comments
 (0)