Skip to content

Commit

Permalink
fix(deps): update com.fasterxml.jackson.core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 9, 2024
1 parent c6b1d52 commit a8964fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/subprojects/license-texts/license-texts.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

dependencies {
implementation(kotlin("reflect"))
implementation("com.fasterxml.jackson.core:jackson-core:2.9.8")
implementation("com.fasterxml.jackson.core:jackson-databind:2.9.8")
implementation("com.fasterxml.jackson.core:jackson-core:2.16.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8")
implementation("com.squareup:kotlinpoet:1.3.0")
}
Expand Down

0 comments on commit a8964fa

Please sign in to comment.