Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.9
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.8 to 1.4.9.
- [Commits](qos-ch/logback@v_1.4.8...v_1.4.9)

---
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 Aug 7, 2023
1 parent 324ca4a commit f12e2a5
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.8")
testImplementation("ch.qos.logback:logback-classic:1.4.9")

testImplementation(platform("org.junit:junit-bom:5.10.0"))
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.8")
testImplementation("ch.qos.logback:logback-classic:1.4.9")

testImplementation(platform("org.junit:junit-bom:5.10.0"))
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.8")
testImplementation("ch.qos.logback:logback-classic:1.4.9")

testImplementation(platform("org.junit:junit-bom:5.10.0"))
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.8")
testImplementation("ch.qos.logback:logback-classic:1.4.9")

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

Expand Down

0 comments on commit f12e2a5

Please sign in to comment.