Skip to content

Commit

Permalink
Merge pull request #1655 from SweeXordious/fix/jackson_dep_update
Browse files Browse the repository at this point in the history
updates vulnerable jackson version
  • Loading branch information
andrii-kl committed Mar 10, 2022
2 parents 31a5a2c + 47dc9bd commit 167e2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

ext {
bouncycastleVersion = '1.68'
jacksonVersion = '2.10.0'
jacksonVersion = '2.13.1'
javaPoetVersion = '1.7.0'
kotlinVersion = '1.3.72'
kotlinPoetVersion = '1.5.0'
Expand Down

0 comments on commit 167e2a7

Please sign in to comment.