Skip to content

Commit

Permalink
upgrade jackson version
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Feb 3, 2025
1 parent 417f776 commit e6283b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ab2d-sns-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter:${springBootVersion}"
annotationProcessor "org.projectlombok:lombok:${lombokVersion}"
compileOnly "org.projectlombok:lombok:${lombokVersion}"
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
implementation "io.awspring.cloud:spring-cloud-aws-starter-sns:${springCloudAwsVersion}"
implementation(project(":ab2d-events-client"))

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ext {
testContainerVersion='1.20.1'
mockServerVersion='5.15.0'
liquibaseVersion="4.23.0"
jacksonVersion = "2.15.2"
jacksonVersion = "2.18.2"
slackAPIVersion='1.30.0'
jupiterVersion='5.9.3'
hl7Version = '5.6.971'
Expand Down

0 comments on commit e6283b0

Please sign in to comment.