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 474d91d commit 1b77aa5Copy full SHA for 1b77aa5
build.gradle
@@ -267,7 +267,7 @@ dependencies {
267
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json', version: versions.springBoot
268
implementation group: 'com.google.guava', name: 'guava', version: '33.5.0-jre'
269
270
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.0'
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.1'
271
272
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: versions.springDoc
273
0 commit comments