Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.26.3 to 3.27.0
Browse files Browse the repository at this point in the history
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.3 to 3.27.0.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.0)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent c6469ef commit 9309b88
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 @@ -79,7 +79,7 @@ ext {

seleniumVersion = "4.27.0"
junit4Version = "4.13.2"
assertjVersion = "3.26.3"
assertjVersion = "3.27.0"
wdmVersion = "5.9.2"

htmlunitVersion = "4.13.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 @@ -80,7 +80,7 @@ ext {
seleniumVersion = "4.27.0"
junit5Version = "5.11.4"
selJupVersion = "5.1.1"
assertjVersion = "3.26.3"
assertjVersion = "3.27.0"

htmlunitVersion = "4.13.0"
rerunnerVersion = "2.1.6"
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 @@ -80,7 +80,7 @@ ext {

seleniumVersion = "4.27.0"
junit5Version = "5.11.4"
assertjVersion = "3.26.3"
assertjVersion = "3.27.0"
wdmVersion = "5.9.2"

htmlunitVersion = "4.13.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 @@ -85,7 +85,7 @@ ext {

seleniumVersion = "4.27.0"
testNgVersion = "7.10.2"
assertjVersion = "3.26.3"
assertjVersion = "3.27.0"
wdmVersion = "5.9.2"

htmlunitVersion = "4.13.0"
Expand Down

0 comments on commit 9309b88

Please sign in to comment.