Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7
Browse files Browse the repository at this point in the history
Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Mar 27, 2023
1 parent fd9bfc1 commit d663f2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manual/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

implementation("com.google.code.findbugs:jsr305:3.0.2")

testImplementation("org.slf4j:slf4j-api:2.0.6")
testImplementation("org.slf4j:slf4j-api:2.0.7")
testImplementation("ch.qos.logback:logback-classic:1.4.5")

testImplementation(platform("org.junit:junit-bom:5.9.2"))
Expand Down
2 changes: 1 addition & 1 deletion modules/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories { mavenCentral() }
dependencies {
implementation("com.google.code.findbugs:jsr305:3.0.2")

implementation("org.slf4j:slf4j-api:2.0.6")
implementation("org.slf4j:slf4j-api:2.0.7")

testImplementation(project(":modules:testutils"))
testImplementation("ch.qos.logback:logback-classic:1.4.5")
Expand Down
2 changes: 1 addition & 1 deletion modules/retrofit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

implementation("com.google.code.findbugs:jsr305:3.0.2")

testImplementation("org.slf4j:slf4j-api:2.0.6")
testImplementation("org.slf4j:slf4j-api:2.0.7")
testImplementation("ch.qos.logback:logback-classic:1.4.5")

testImplementation(platform("org.junit:junit-bom:5.9.2"))
Expand Down
2 changes: 1 addition & 1 deletion modules/selenium/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation(platform("com.fasterxml.jackson:jackson-bom:2.14.2"))
implementation("org.bouncycastle:bcprov-jdk15on:1.70")

testImplementation("org.slf4j:slf4j-api:2.0.6")
testImplementation("org.slf4j:slf4j-api:2.0.7")
testImplementation("ch.qos.logback:logback-classic:1.4.5")

testImplementation(project(":modules:testutils"))
Expand Down

0 comments on commit d663f2a

Please sign in to comment.