Skip to content

Commit

Permalink
Merge pull request #1508 from macfarla/uprev-jackson
Browse files Browse the repository at this point in the history
update jackson and jackson-databind to 2.14.1
  • Loading branch information
antonydenyer authored Jan 11, 2023
2 parents 0f2ec33 + af6f2ac commit 7448d48
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.4";
jacksonDatabindVersion = "2.14.0-rc1";
jacksonVersion = "2.14.1";
jacksonDatabindVersion = "2.14.1";
}

allprojects {
Expand Down

0 comments on commit 7448d48

Please sign in to comment.