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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent c73ea94 commit 813de88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion selenium-webdriver-junit4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ repositories {

ext {
slf4jVersion = "2.0.7"
logbackVersion = "1.4.8"
logbackVersion = "1.4.9"

seleniumVersion = "4.11.0"
junit4Version = "4.13.2"
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5-seljup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ repositories {

ext {
slf4jVersion = "2.0.7"
logbackVersion = "1.4.8"
logbackVersion = "1.4.9"

seleniumVersion = "4.11.0"
junit5Version = "5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ repositories {

ext {
slf4jVersion = "2.0.7"
logbackVersion = "1.4.8"
logbackVersion = "1.4.9"

seleniumVersion = "4.11.0"
junit5Version = "5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ repositories {

ext {
slf4jVersion = "2.0.7"
logbackVersion = "1.4.8"
logbackVersion = "1.4.9"

seleniumVersion = "4.11.0"
testNgVersion = "7.8.0"
Expand Down

0 comments on commit 813de88

Please sign in to comment.