File tree 2 files changed +2
-2
lines changed
clients/algoliasearch-client-java-2/algoliasearch-core
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
implementation ' com.google.code.findbugs:jsr305:3.0.2'
13
13
api ' com.squareup.okhttp3:okhttp:4.10.0'
14
14
implementation ' com.squareup.okhttp3:logging-interceptor:4.10.0'
15
- implementation ' com.fasterxml.jackson.core:jackson-core:2.13.3 '
15
+ implementation ' com.fasterxml.jackson.core:jackson-core:2.13.4 '
16
16
api ' com.fasterxml.jackson.core:jackson-annotations:2.13.3'
17
17
api ' com.fasterxml.jackson.core:jackson-databind:2.13.3'
18
18
implementation ' org.openapitools:jackson-databind-nullable:0.2.3'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
testImplementation ' com.algolia:algoliasearch-client-java:{{packageVersion}}'
11
11
testImplementation ' org.junit.jupiter:junit-jupiter:5.9.0'
12
12
testImplementation ' org.skyscreamer:jsonassert:1.5.1'
13
- testImplementation ' com.fasterxml.jackson.core:jackson-core:2.13.3 '
13
+ testImplementation ' com.fasterxml.jackson.core:jackson-core:2.13.4 '
14
14
}
15
15
16
16
group = 'com.algolia'
You can’t perform that action at this time.
0 commit comments