This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 0296ded6c9 Bump org.testng:testng from 7.11.0 to 7.12.0 (#2843)
0296ded6c9 is described below
commit 0296ded6c948a130606110b948e77a83fdb20636
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>
---
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 c536913394..99bc8c3d34 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>