Skip to content

Commit b8bac1f

Browse files
Update dependency org.postgresql:postgresql to v42.7.4 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfd664d commit b8bac1f

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.3")
8+
implementation("org.postgresql:postgresql:42.7.4")
99
implementation("org.slf4j:slf4j-api:2.0.16")
1010

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

0 commit comments

Comments
 (0)