Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v2.0.13 (#160)
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 Jul 13, 2024
1 parent 92fa2db commit 1124728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version.ref = "jdbc_sqlite" }
jdbc-postgres = { module = "org.postgresql:postgresql", version.ref = "jdbc_postgres" }
jdbc-mysql = { module = "com.mysql:mysql-connector-j", version.ref = "jdbc_mysql" }

slf4j = { module = "org.slf4j:slf4j-api", version = "2.0.9" }
slf4j = { module = "org.slf4j:slf4j-api", version = "2.0.13" }
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }

mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
Expand Down

0 comments on commit 1124728

Please sign in to comment.