Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v2.0.10 (#15)
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 Dec 30, 2023
1 parent 869eada commit 2479800
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 @@ -6,7 +6,7 @@ description = "Stream changes from PostgreSQL database (Change Data Capture)."

dependencies {
implementation("org.postgresql:postgresql:42.7.1")
implementation("org.slf4j:slf4j-api:2.0.9")
implementation("org.slf4j:slf4j-api:2.0.10")

implementation(platform("com.fasterxml.jackson:jackson-bom:2.16.0"))
implementation("com.fasterxml.jackson.core:jackson-databind")
Expand Down

0 comments on commit 2479800

Please sign in to comment.