Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump testng from 7.4.0 to 7.5.1
Bumps [testng](https://github.com/cbeust/testng) from 7.4.0 to 7.5.1. - [Release notes](https://github.com/cbeust/testng/releases) - [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt) - [Commits](testng-team/testng@7.4.0...7.5.1) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
commit 2c0c3df22a129496b81c85f52260124942c21bf9
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<cucumber.version>7.4.1</cucumber.version>
<testng.version>7.4.0</testng.version>
<testng.version>7.5.1</testng.version>
<selenium-java.version>4.1.4</selenium-java.version>
<browserstack-local-java.version>1.0.6</browserstack-local-java.version>
<json-simple.version>1.1.1</json-simple.version>
Expand Down