Skip to content

Commit

Permalink
Merge pull request #145 from openequella/renovate/jackson-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.2
  • Loading branch information
PenghaiZhang authored Dec 19, 2024
2 parents e0c5194 + ea2cfeb commit 6ffdf9a
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 @@ -17,7 +17,7 @@ repositories {

dependencies {
implementation 'org.slf4j:slf4j-api:2.0.13'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'org.jasypt:jasypt:1.9.3'
runtimeOnly 'org.slf4j:slf4j-simple:2.0.13'
testImplementation "junit:junit:$junitVersion"
Expand Down

0 comments on commit 6ffdf9a

Please sign in to comment.