Skip to content

Commit

Permalink
Merge pull request #1458 from macfarla/uprev-jackson
Browse files Browse the repository at this point in the history
update jackson databind
  • Loading branch information
macfarla authored Aug 24, 2022
2 parents c5449f3 + 166d83e commit d6d8c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ext {
slf4jVersion = "1.7.36"
logbackVersion = "1.2.11"
hk2Version = "3.0.2"
jacksonVersion = "2.13.2";
jacksonDatabindVersion = "2.13.2.2";
jacksonVersion = "2.13.3";
jacksonDatabindVersion = "2.13.3";
}

allprojects {
Expand Down

0 comments on commit d6d8c0a

Please sign in to comment.