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 7eece736b Bump org.testng:testng from 7.10.2 to 7.11.0
7eece736b is described below
commit 7eece736b74ec82562662e2fab7ff9504a11d7cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 17 04:09:25 2025 +0000
Bump org.testng:testng from 7.10.2 to 7.11.0
Bumps [org.testng:testng](https://github.com/testng-team/testng) from
7.10.2 to 7.11.0.
- [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/7.10.2...7.11.0)
---
updated-dependencies:
- dependency-name: org.testng:testng
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 2bbd9d98e..133d5c5b0 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>7.10.2</version>
+ <version>7.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index c5804edb3..6c0a4c23e 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>7.10.2</version>
+ <version>7.11.0</version>
<scope>test</scope>
</dependency>
<dependency>