This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit f43e8b0116d7e0ec93c7de271dbb5b9b038ca333
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 14 07:55:19 2025 -0500
Bump org.testng:testng from 7.10.2 to 7.11.0 (#2272)
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:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit d6e2f4d1f515e4e248c8e5994a42110f2a74cca8)
---
systests/microprofile/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml
index bf69eaf5de..763f654aad 100644
--- a/systests/microprofile/pom.xml
+++ b/systests/microprofile/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>7.10.2</version>
+ <version>7.11.0</version>
<scope>test</scope>
</dependency>
<dependency>