Skip to content

Commit 9f07839

Browse files
authored
Upgrade jackson version in shaded jar (#167)
Move Jackson version to "1.12+".
1 parent 53ac6fa commit 9f07839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mantis-shaded/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
2525
* On the second publish, you update all subprojects that depend on mantis-shaded
2626
*/
2727
ext {
28-
jacksonVersion = '2.10.+'
28+
jacksonVersion = '2.12.+'
2929
guavaVersion = '18.+'
3030
curatorVersion = '2.12.+'
3131
zookeeperVersion = '3.4.+'

0 commit comments

Comments
 (0)