Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent e7a9f68 commit 6ae6f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-configuration-processor'
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.10'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.1'

implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.8.0'

Expand Down

0 comments on commit 6ae6f5c

Please sign in to comment.