Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

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.15.2
  • Loading branch information
renovate[bot] committed May 31, 2023
1 parent 75ab344 commit 60eb83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
dependencies {
implementation("com.github.instagram4j:instagram4j:2.0.7")
implementation("com.github.ajalt.mordant:mordant:2.0.0-beta11")
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.14.2")
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.11")
implementation("org.slf4j:slf4j-simple:2.0.6")
Expand Down

0 comments on commit 60eb83a

Please sign in to comment.