Skip to content

Commit bdc0650

Browse files
chore(deps): update dependency com.fasterxml.jackson.core:jackson-core to v2.13.4 (#990)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1784119 commit bdc0650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation 'com.google.code.findbugs:jsr305:3.0.2'
1313
api 'com.squareup.okhttp3:okhttp:4.10.0'
1414
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'
1616
api 'com.fasterxml.jackson.core:jackson-annotations:2.13.3'
1717
api 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
1818
implementation 'org.openapitools:jackson-databind-nullable:0.2.3'

templates/java/tests/build.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
testImplementation 'com.algolia:algoliasearch-client-java:{{packageVersion}}'
1111
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0'
1212
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'
1414
}
1515

1616
group = 'com.algolia'

0 commit comments

Comments
 (0)