Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.14 to 2.0.15 (#993)
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 Aug 9, 2024
1 parent 259ad8b commit ec05153
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 @@ -74,7 +74,7 @@ repositories {
}

ext {
slf4jVersion = "2.0.14"
slf4jVersion = "2.0.15"
logbackVersion = "1.5.6"

seleniumVersion = "4.23.0"
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 @@ -74,7 +74,7 @@ repositories {
}

ext {
slf4jVersion = "2.0.14"
slf4jVersion = "2.0.15"
logbackVersion = "1.5.6"

seleniumVersion = "4.23.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 @@ -75,7 +75,7 @@ repositories {
}

ext {
slf4jVersion = "2.0.14"
slf4jVersion = "2.0.15"
logbackVersion = "1.5.6"

seleniumVersion = "4.23.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 @@ -80,7 +80,7 @@ repositories {
}

ext {
slf4jVersion = "2.0.14"
slf4jVersion = "2.0.15"
logbackVersion = "1.5.6"

seleniumVersion = "4.23.0"
Expand Down

0 comments on commit ec05153

Please sign in to comment.