Skip to content

Commit d2f1a57

Browse files
Update dependency org.postgresql:postgresql to v42.7.6
1 parent 56dff0f commit d2f1a57

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
@@ -5,7 +5,7 @@ plugins {
55
description = "Stream changes from PostgreSQL database (Change Data Capture)."
66

77
dependencies {
8-
implementation("org.postgresql:postgresql:42.7.4")
8+
implementation("org.postgresql:postgresql:42.7.6")
99
implementation("org.slf4j:slf4j-api:2.0.16")
1010

1111
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.2"))

0 commit comments

Comments
 (0)