diff options
author | Piotr Darosz <piotr.darosz@nokia.com> | 2019-06-17 13:59:02 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-06-19 07:17:36 +0000 |
commit | 1e3477ad5f91d6cc811602a661dfb8f720ddd34d (patch) | |
tree | 8f1836a9daf51675f89e60724782efa8246cc6d3 /pom.xml | |
parent | a4beafe505e61f56c4eb8db00e65985215beb837 (diff) |
TestNG and BeanShell update
Upgrade TestNG version to migrate to newer version of BeanShell.
Change-Id: I687a1a9af9921f573da19ec657d18853b5704786
Issue-ID: SDC-2266
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ Modifications copyright (c) 2018-2019 Nokia <jmockit.version>1.33</jmockit.version> <junit.version>4.12</junit.version> <assertj.version>3.10.0</assertj.version> - <testng.version>6.9.10</testng.version> + <testng.version>6.14.3</testng.version> <extentreports.version>3.0.3</extentreports.version> <cucumber.version>2.4.0</cucumber.version> <bean-matchers.version>0.11</bean-matchers.version> |