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 88abd3bCopy full SHA for 88abd3b
postgres-cdc/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
description = "Stream changes from PostgreSQL database (Change Data Capture)."
6
7
dependencies {
8
- implementation("org.postgresql:postgresql:42.7.4")
+ implementation("org.postgresql:postgresql:42.7.5")
9
implementation("org.slf4j:slf4j-api:2.0.16")
10
11
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.2"))
0 commit comments