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 417255a commit 1e0e627Copy full SHA for 1e0e627
postgres-cdc/build.gradle
@@ -6,7 +6,7 @@ description = "Stream changes from PostgreSQL database (Change Data Capture)."
6
7
dependencies {
8
implementation("org.postgresql:postgresql:42.7.3")
9
- implementation("org.slf4j:slf4j-api:2.0.15")
+ implementation("org.slf4j:slf4j-api:2.0.16")
10
11
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.2"))
12
implementation("com.fasterxml.jackson.core:jackson-databind")
0 commit comments