Skip to content

Commit 9a94d54

Browse files
Update dependency com.fasterxml.jackson:jackson-bom to v2.18.0 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 662b2a2 commit 9a94d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-cdc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
implementation("org.postgresql:postgresql:42.7.4")
99
implementation("org.slf4j:slf4j-api:2.0.16")
1010

11-
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.2"))
11+
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.0"))
1212
implementation("com.fasterxml.jackson.core:jackson-databind")
1313
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
1414
}

0 commit comments

Comments
 (0)