We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ab733 commit a340de6Copy full SHA for a340de6
clients/algoliasearch-client-java-2/algoliasearch-core/build.gradle
@@ -14,7 +14,7 @@ dependencies {
14
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
15
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
16
api 'com.fasterxml.jackson.core:jackson-annotations:2.13.3'
17
- api 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
+ api 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
18
implementation 'org.openapitools:jackson-databind-nullable:0.2.3'
19
}
20
0 commit comments