Skip to content

Commit d999f63

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.20.0 (#477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f79c5b commit d999f63

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
@@ -261,7 +261,7 @@ dependencies {
261261
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json', version: versions.springBoot
262262
implementation group: 'com.google.guava', name: 'guava', version: '33.4.8-jre'
263263

264-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.2'
264+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.0'
265265

266266
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: versions.springDoc
267267

0 commit comments

Comments
 (0)