Skip to content

Commit 8c60aa2

Browse files
fix(deps): update dependency org.openapitools:jackson-databind-nullable to v0.2.5 (#1324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e13d3a commit 8c60aa2

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.14.1'
1616
api 'com.fasterxml.jackson.core:jackson-annotations:2.14.1'
1717
api 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
18-
implementation 'org.openapitools:jackson-databind-nullable:0.2.4'
18+
implementation 'org.openapitools:jackson-databind-nullable:0.2.5'
1919
}
2020

2121
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)