Skip to content

Commit fb567a3

Browse files
Update dependency com.fasterxml.jackson:jackson-bom to v2.18.1 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c64aab commit fb567a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-cdc/build.gradle

Lines changed: 1 addition & 1 deletion
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.18.0"))
11+
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.1"))
1212
implementation("com.fasterxml.jackson.core:jackson-databind")
1313
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
1414
}

0 commit comments

Comments
 (0)