Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.9 (#1045)
Browse files Browse the repository at this point in the history
Co-authored-by: Boni Garcia <boni.garcia@uc3m.es>
  • Loading branch information
dependabot[bot] and bonigarcia authored Oct 9, 2024
1 parent 93f13c5 commit d6918e7
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.8"
logbackVersion = "1.5.9"

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.8"
logbackVersion = "1.5.9"

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.8"
logbackVersion = "1.5.9"

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.8"
logbackVersion = "1.5.9"

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

0 comments on commit d6918e7

Please sign in to comment.