Update the package for jackson to version 2.15.2

This commit is contained in:
YuCheng Hu 2023-08-28 17:16:39 -04:00
parent 087c46b273
commit 1e14988bb9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ repositories {
dependencies {
implementation 'org.postgresql:postgresql:42.2.23'
implementation 'org.apache.olingo:odata-server-api:4.8.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.11.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'org.apache.olingo:odata-commons-api:4.8.0'
implementation 'org.apache.olingo:odata-commons-core:4.8.0'
implementation 'org.slf4j:slf4j-api:1.7.11'