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 74b2e4c8 Revert "OMID-295 Bump TestNG version to 7.7.0 (#169)"
74b2e4c8 is described below

commit 74b2e4c83a6c5b9fe52a1a9b53a0cab8c0ac293f
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Oct 3 11:10:16 2024 +0200

    Revert "OMID-295 Bump TestNG version to 7.7.0 (#169)"
    
    7.7.0 does not work with JDK8, which Omid supports.
    
    This reverts commit c95af7ff5c01b4ab533f99c7bedb7f589d2c4dd9.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3f843903..37dd8fee 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>7.7.0</testng.version>
+        <testng.version>6.10</testng.version>
         <slf4j.version>1.7.36</slf4j.version>
         <log4j2.version>2.21.0</log4j2.version>
         <netty4.version>4.1.108.Final</netty4.version>

Reply via email to