Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-annotations to v…
Browse files Browse the repository at this point in the history
…2.18.0
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent a661474 commit ef32405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies {
/** Jackson **/
implementation("com.fasterxml.jackson.core:jackson-core:2.17.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.1")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.18.0")
}

0 comments on commit ef32405

Please sign in to comment.