Skip to content

Commit b3d1b80

Browse files
authored
Merge pull request #387 from meilisearch/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.13.3
Bump jackson-databind from 2.13.2.2 to 2.13.3
2 parents 7d0322a + 887020f commit b3d1b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
testImplementation 'org.hamcrest:hamcrest:2.2'
5757

5858
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
59-
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.2.2'
59+
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3'
6060
compileOnly group: 'jakarta.json.bind', name: 'jakarta.json.bind-api', version: '2.0.0'
6161
testImplementation group: 'org.eclipse', name: 'yasson', version: '2.0.4'
6262

0 commit comments

Comments
 (0)