Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.2 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 9b706af commit 98d1593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-cdc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
description = "Stream changes from PostgreSQL database (Change Data Capture)."

dependencies {
implementation("org.postgresql:postgresql:42.7.1")
implementation("org.postgresql:postgresql:42.7.2")
implementation("org.slf4j:slf4j-api:2.0.12")

implementation(platform("com.fasterxml.jackson:jackson-bom:2.16.2"))
Expand Down

0 comments on commit 98d1593

Please sign in to comment.