Skip to content

Commit ce7682e

Browse files
algolia-botwriteensshortcuts
committed
feat(specs): add appropriate type to model instance type property
algolia/api-clients-automation#1077 Co-authored-by: Adewusi Victor <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent db5b0c3 commit ce7682e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)