Upgrade to Jackson 2.13.1

Closes gh-774
This commit is contained in:
Andy Wilkinson
2022-01-12 13:36:34 +00:00
parent d1c0ccc331
commit b2bc4aa1ac
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ ext {
ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
dependencies {
implementation "com.fasterxml.jackson.core:jackson-databind:2.12.5"
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.1"
implementation "jakarta.servlet:jakarta.servlet-api:5.0.0"
implementation "org.hibernate.validator:hibernate-validator:7.0.0.Final"
implementation "org.hibernate:hibernate-core-jakarta:5.5.7.Final"