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 a905ec4a57f4ddcb736ec20a719dd37cd9dfdb94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 28 07:24:05 2026 -0500
Bump org.testng:testng from 7.11.0 to 7.12.0 (#2843)
Bumps [org.testng:testng](https://github.com/testng-team/testng) from
7.11.0 to 7.12.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.11.0...7.12.0)
---
updated-dependencies:
- dependency-name: org.testng:testng
dependency-version: 7.12.0
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 0296ded6c948a130606110b948e77a83fdb20636)
(cherry picked from commit 567e9f2412b1f13b618d3ed5441ff7e0c96d91d3)
---
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 e7ede50506..67c69f411b 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.11.0</version>
+ <version>7.12.0</version>
<scope>test</scope>
</dependency>
<dependency>