Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.4.5 to 1.4.6
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/commits)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2023
1 parent 57a7a2b commit 5f77b9e
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 @@ -12,7 +12,7 @@ dependencies {
implementation("com.google.code.findbugs:jsr305:3.0.2")

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

testImplementation(platform("org.junit:junit-bom:5.9.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
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 @@ -13,7 +13,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.7")

testImplementation(project(":modules:testutils"))
testImplementation("ch.qos.logback:logback-classic:1.4.5")
testImplementation("ch.qos.logback:logback-classic:1.4.6")

testImplementation(platform("org.junit:junit-bom:5.9.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
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 @@ -22,7 +22,7 @@ dependencies {
implementation("com.google.code.findbugs:jsr305:3.0.2")

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

testImplementation(platform("org.junit:junit-bom:5.9.2"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
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 @@ -18,7 +18,7 @@ dependencies {
implementation("org.bouncycastle:bcprov-jdk15on:1.70")

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

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

Expand Down

0 comments on commit 5f77b9e

Please sign in to comment.