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 d06c17d commit d21ac95Copy full SHA for d21ac95
clients/algoliasearch-client-java-2/algoliasearch-core/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
api 'com.squareup.okhttp3:okhttp:4.10.0'
14
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
15
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.1'
16
- api 'com.fasterxml.jackson.core:jackson-annotations:2.13.4'
+ api 'com.fasterxml.jackson.core:jackson-annotations:2.14.1'
17
api 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
18
implementation 'org.openapitools:jackson-databind-nullable:0.2.4'
19
}
0 commit comments