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 e1ba2e8793 Bump org.testng:testng from 7.9.0 to 7.10.0 (#1795)
e1ba2e8793 is described below
commit e1ba2e879380eddb6ce33aeaf602e3247267320b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 8 08:18:00 2024 -0400
Bump org.testng:testng from 7.9.0 to 7.10.0 (#1795)
Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.9.0
to 7.10.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.9.0...7.10.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>
---
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 1bf661e605..2f78f3d1cc 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.9.0</version>
+ <version>7.10.0</version>
<scope>test</scope>
</dependency>
<dependency>