Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 7955437 commit 2049f8a
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 @@ -222,7 +222,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-configuration-processor'
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.11'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.2'
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.2'

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

Expand Down

0 comments on commit 2049f8a

Please sign in to comment.