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.2
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent d9991b2 commit ea2cfeb
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 ea2cfeb

Please sign in to comment.