Update the package for jackson to version 2.15.2
This commit is contained in:
parent
087c46b273
commit
1e14988bb9
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue