You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2023/02/09 15:43:46 UTC

[mnemonic] branch master updated: Bump testng from 6.8.17 to 7.7.0

This is an automated email from the ASF dual-hosted git repository.

yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new ff7ff72  Bump testng from 6.8.17 to 7.7.0
ff7ff72 is described below

commit ff7ff72f8660ce80faf46aa37ffba1ac2dd9df7c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 24 18:13:19 2023 +0000

    Bump testng from 6.8.17 to 7.7.0
    
    Bumps [testng](https://github.com/cbeust/testng) from 6.8.17 to 7.7.0.
    - [Release notes](https://github.com/cbeust/testng/releases)
    - [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt)
    - [Commits](https://github.com/cbeust/testng/compare/testng-6.8.17...7.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.testng:testng
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3fe124c..65dc518 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
       <dependency>
         <groupId>org.testng</groupId>
         <artifactId>testng</artifactId>
-        <version>6.8.17</version>
+        <version>7.7.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>