Skip to content

Commit 6f8cb9d

Browse files
fix(deps): update dependency org.openapitools:jackson-databind-nullable to v0.2.4
1 parent 54919d8 commit 6f8cb9d

File tree

1 file changed

+1
-1
lines changed
  • clients/algoliasearch-client-java-2/algoliasearch-core

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-java-2/algoliasearch-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
1616
api 'com.fasterxml.jackson.core:jackson-annotations:2.13.4'
1717
api 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
18-
implementation 'org.openapitools:jackson-databind-nullable:0.2.3'
18+
implementation 'org.openapitools:jackson-databind-nullable:0.2.4'
1919
}
2020

2121
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)