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.16.1
  • Loading branch information
renovate[bot] authored Dec 24, 2023
1 parent 724e177 commit 1bd5249
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 @@ -27,7 +27,7 @@ dependencies {
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
implementation("dev.triumphteam:triumph-cmd-jda-slash:2.0.0-SNAPSHOT")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation("com.google.guava:guava:32.1.3-jre")

developmentOnly("org.springframework.boot:spring-boot-devtools")
Expand Down

0 comments on commit 1bd5249

Please sign in to comment.