Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.5.10 to 1.5.11
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.5.10 to 1.5.11.
- [Commits](qos-ch/logback@v_1.5.10...v_1.5.11)

---
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 Oct 16, 2024
1 parent 9671a1c commit b92876a
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.16"
logbackVersion = "1.5.10"
logbackVersion = "1.5.11"

seleniumVersion = "4.25.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.16"
logbackVersion = "1.5.10"
logbackVersion = "1.5.11"

seleniumVersion = "4.25.0"
junit5Version = "5.11.2"
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.16"
logbackVersion = "1.5.10"
logbackVersion = "1.5.11"

seleniumVersion = "4.25.0"
junit5Version = "5.11.2"
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.16"
logbackVersion = "1.5.10"
logbackVersion = "1.5.11"

seleniumVersion = "4.25.0"
testNgVersion = "7.10.2"
Expand Down

0 comments on commit b92876a

Please sign in to comment.