Skip to content

Commit 1e0e627

Browse files
Update dependency org.slf4j:slf4j-api to v2.0.16 (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 417255a commit 1e0e627

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

77
dependencies {
88
implementation("org.postgresql:postgresql:42.7.3")
9-
implementation("org.slf4j:slf4j-api:2.0.15")
9+
implementation("org.slf4j:slf4j-api:2.0.16")
1010

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

0 commit comments

Comments
 (0)