Skip to content

Commit 5f69431

Browse files
Bump testng from 6.9.9 to 7.4.0 (#116)
* Bump testng from 6.9.9 to 7.4.0 Bumps [testng](https://github.com/cbeust/testng) from 6.9.9 to 7.4.0. - [Release notes](https://github.com/cbeust/testng/releases) - [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt) - [Commits](testng-team/testng@6.9.9...7.4.0) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * add junit dependency Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Seifert <[email protected]>
1 parent 5796839 commit 5f69431

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@
106106
<dependency>
107107
<groupId>org.testng</groupId>
108108
<artifactId>testng</artifactId>
109-
<version>6.9.9</version>
109+
<version>7.4.0</version>
110+
<scope>test</scope>
111+
</dependency>
112+
<dependency>
113+
<groupId>junit</groupId>
114+
<artifactId>junit</artifactId>
110115
<scope>test</scope>
111116
</dependency>
112117
<dependency>

0 commit comments

Comments
 (0)