We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dff0f commit a519847Copy full SHA for a519847
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.2"))
+ implementation(platform("com.fasterxml.jackson:jackson-bom:2.19.0"))
12
implementation("com.fasterxml.jackson.core:jackson-databind")
13
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
14
}
0 commit comments