This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new e6bb2dca3 Bump testng from 6.0.1 to 7.7.0 in /website/1.1.0 (#2360)
e6bb2dca3 is described below
commit e6bb2dca31df6e82811f6bc4db242879fe290b96
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 1 16:44:17 2023 -0800
Bump testng from 6.0.1 to 7.7.0 in /website/1.1.0 (#2360)
Bumps [testng](https://github.com/cbeust/testng) from 6.0.1 to 7.7.0.
- [Release notes](https://github.com/cbeust/testng/releases)
- [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt)
- [Commits](https://github.com/cbeust/testng/compare/testng-6.0.1...7.7.0)
---
updated-dependencies:
- dependency-name: org.testng:testng
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
website/1.1.0/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/1.1.0/pom.xml b/website/1.1.0/pom.xml
index 5e3264c55..573cb7b84 100644
--- a/website/1.1.0/pom.xml
+++ b/website/1.1.0/pom.xml
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>6.0.1</version>
+ <version>7.7.0</version>
</dependency>
</dependencies>
<build>