Skip to content

Commit

Permalink
Upgrade jackson version in shaded jar (#167)
Browse files Browse the repository at this point in the history
Move Jackson version to "1.12+".
  • Loading branch information
Andyz26 authored Apr 12, 2022
1 parent 53ac6fa commit 9f07839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantis-shaded/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
* On the second publish, you update all subprojects that depend on mantis-shaded
*/
ext {
jacksonVersion = '2.10.+'
jacksonVersion = '2.12.+'
guavaVersion = '18.+'
curatorVersion = '2.12.+'
zookeeperVersion = '3.4.+'
Expand Down

0 comments on commit 9f07839

Please sign in to comment.