Skip to content

Commit

Permalink
build(deps): bump testng from 7.6.0 to 7.6.1 (#5002)
Browse files Browse the repository at this point in the history
Bumps [testng](https://github.com/cbeust/testng) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/cbeust/testng/releases)
- [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt)
- [Commits](https://github.com/cbeust/testng/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2022
1 parent ec4476b commit 158586d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.6.0</version>
<version>7.6.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -103,7 +103,7 @@
<guava.version>31.1-jre</guava.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<juniversalchardet.version>2.4.0</juniversalchardet.version>
<testng.version>7.6.0</testng.version>
<testng.version>7.6.1</testng.version>
<httpmime.version>4.5.13</httpmime.version>
<owasp-encoder.version>1.2.3</owasp-encoder.version>
<jasypt.version>1.9.3</jasypt.version>
Expand Down

0 comments on commit 158586d

Please sign in to comment.