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

fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.2 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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