Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 7e1227f commit 9014cb5
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.5.8"

seleniumVersion = "4.25.0"
junit5Version = "5.11.0"
junit5Version = "5.11.1"
selJupVersion = "5.1.1"
assertjVersion = "3.26.3"

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.5.8"

seleniumVersion = "4.25.0"
junit5Version = "5.11.0"
junit5Version = "5.11.1"
assertjVersion = "3.26.3"
wdmVersion = "5.9.2"

Expand Down

0 comments on commit 9014cb5

Please sign in to comment.