This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git
The following commit(s) were added to refs/heads/master by this push:
new c95af7ff OMID-295 Bump TestNG version to 7.7.0 (#169)
c95af7ff is described below
commit c95af7ff5c01b4ab533f99c7bedb7f589d2c4dd9
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Oct 3 10:15:04 2024 +0200
OMID-295 Bump TestNG version to 7.7.0 (#169)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 37dd8fee..3f843903 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
<hadoop.version>3.2.4</hadoop.version>
<phoenix.thirdparty.version>2.1.0</phoenix.thirdparty.version>
<guice.version>5.1.0</guice.version>
- <testng.version>6.10</testng.version>
+ <testng.version>7.7.0</testng.version>
<slf4j.version>1.7.36</slf4j.version>
<log4j2.version>2.21.0</log4j2.version>
<netty4.version>4.1.108.Final</netty4.version>