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 12bb2a6 commit 36f1c04Copy full SHA for 36f1c04
clients/algoliasearch-client-java-2/algoliasearch-core/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.3'
16
api 'com.fasterxml.jackson.core:jackson-annotations:2.13.3'
17
api 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
18
- implementation 'org.openapitools:jackson-databind-nullable:0.2.1'
+ implementation 'org.openapitools:jackson-databind-nullable:0.2.3'
19
}
20
21
tasks.withType(JavaCompile) {
0 commit comments