We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f79c5b commit d999f63Copy full SHA for d999f63
build.gradle
@@ -261,7 +261,7 @@ dependencies {
261
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json', version: versions.springBoot
262
implementation group: 'com.google.guava', name: 'guava', version: '33.4.8-jre'
263
264
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.2'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.0'
265
266
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: versions.springDoc
267
0 commit comments