Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v1.7.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 25, 2022
1 parent 8bb4420 commit 533cd79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clones/awesome-kotlin/app-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation(jacksonKotlin)
implementation(jacksonJsr310)

implementation("org.slf4j:slf4j-api:1.7.30")
implementation("org.slf4j:slf4j-api:1.7.34")
implementation("ch.qos.logback:logback-classic:1.2.10")

testImplementation(mockk)
Expand Down
2 changes: 1 addition & 1 deletion clones/awesome-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation(jacksonKotlin)
implementation(jacksonJsr310)

implementation("org.slf4j:slf4j-api:1.7.30")
implementation("org.slf4j:slf4j-api:1.7.34")
implementation("ch.qos.logback:logback-classic:1.2.10")

implementation("com.rometools:rome:1.17.0")
Expand Down

0 comments on commit 533cd79

Please sign in to comment.