Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 (#754)
Browse files Browse the repository at this point in the history
Co-authored-by: Boni Garcia <[email protected]>
  • Loading branch information
dependabot[bot] and bonigarcia authored Nov 6, 2023
1 parent c0c5b16 commit f78fc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5-seljup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ext {
logbackVersion = "1.4.11"

seleniumVersion = "4.15.0"
junit5Version = "5.10.0"
junit5Version = "5.10.1"
selJupVersion = "5.0.0"
assertjVersion = "3.24.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 @@ -79,7 +79,7 @@ ext {
logbackVersion = "1.4.11"

seleniumVersion = "4.15.0"
junit5Version = "5.10.0"
junit5Version = "5.10.1"
assertjVersion = "3.24.2"
wdmVersion = "5.6.0"

Expand Down

0 comments on commit f78fc74

Please sign in to comment.