We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a3689 commit 56dff0fCopy full SHA for 56dff0f
postgres-cdc/build.gradle
@@ -8,7 +8,7 @@ dependencies {
8
implementation("org.postgresql:postgresql:42.7.4")
9
implementation("org.slf4j:slf4j-api:2.0.16")
10
11
- implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.1"))
+ implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.2"))
12
implementation("com.fasterxml.jackson.core:jackson-databind")
13
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
14
}
0 commit comments