Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson:jackson-bom to v2.18.0 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 662b2a2 commit 9a94d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-cdc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation("org.postgresql:postgresql:42.7.4")
implementation("org.slf4j:slf4j-api:2.0.16")

implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.2"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.0"))
implementation("com.fasterxml.jackson.core:jackson-databind")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
}
Expand Down

0 comments on commit 9a94d54

Please sign in to comment.