Skip to content

Commit

Permalink
Merge pull request #186 from inloco/dependabot/gradle/com.fasterxml.j…
Browse files Browse the repository at this point in the history
…ackson.core-jackson-databind-2.16.0

chore(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0
  • Loading branch information
bcs5 authored Nov 20, 2023
2 parents c0d5345 + 11b1b6b commit ad36a44
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 @@ -41,7 +41,7 @@ dependencies {
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
implementation platform("com.squareup.okhttp3:okhttp-bom:4.12.0")
implementation "com.squareup.okhttp3:okhttp"
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
implementation "com.fasterxml.jackson.core:jackson-databind:2.16.0"

testImplementation 'com.auth0:java-jwt:4.4.0'
testImplementation 'commons-io:commons-io:2.15.0'
Expand Down

0 comments on commit ad36a44

Please sign in to comment.