Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.core:jackson-datab…
Browse files Browse the repository at this point in the history
…ind to v2.18.0
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 7a5bfce commit 444ee19
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 @@ -287,7 +287,7 @@ dependencies {
runtimeOnly 'org.flywaydb:flyway-database-postgresql:10.20.0'
implementation 'org.postgresql:postgresql'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.hibernate:hibernate-jpamodelgen:6.6.1.Final'
Expand Down

0 comments on commit 444ee19

Please sign in to comment.