Skip to content

Commit

Permalink
Bump org.testng:testng in the maven-dependencies group
Browse files Browse the repository at this point in the history
Bumps the maven-dependencies group with 1 update: [org.testng:testng](https://github.com/testng-team/testng).


Updates `org.testng:testng` from 7.5.1 to 7.10.2
- [Release notes](https://github.com/testng-team/testng/releases)
- [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt)
- [Commits](testng-team/testng@7.5.1...7.10.2)

---
updated-dependencies:
- dependency-name: org.testng:testng
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2024
1 parent 91dbf3f commit 74e5dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<junit.jupiter.version>5.10.3</junit.jupiter.version>
<mockito.version>4.11.0</mockito.version>
<testcontainers.version>1.20.1</testcontainers.version>
<testng.version>7.5.1</testng.version><!-- Don't upgrade due to JDK8 -->
<testng.version>7.10.2</testng.version><!-- Don't upgrade due to JDK8 -->

<httpclient5.version>5.3.1</httpclient5.version>
<toxiproxy.version>2.1.7</toxiproxy.version>
Expand Down

0 comments on commit 74e5dbd

Please sign in to comment.