This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 0377f3108 Bump org.testng:testng from 6.8.5 to 7.10.2
0377f3108 is described below
commit 0377f3108f41cf1475dd5c0cc04abe06f0f94d06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 11 04:54:52 2024 +0000
Bump org.testng:testng from 6.8.5 to 7.10.2
Bumps [org.testng:testng](https://github.com/testng-team/testng) from 6.8.5
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](https://github.com/testng-team/testng/compare/testng-6.8.5...7.10.2)
---
updated-dependencies:
- dependency-name: org.testng:testng
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
examples/storm-starter/pom.xml | 2 +-
integration-test/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml
index b22a4fa03..814253c91 100644
--- a/examples/storm-starter/pom.xml
+++ b/examples/storm-starter/pom.xml
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>6.8.5</version>
+ <version>7.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 5f0d90715..c5e0ce1d0 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>6.8.5</version>
+ <version>7.10.2</version>
<scope>test</scope>
</dependency>
<dependency>