summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPiotr Darosz <piotr.darosz@nokia.com>2019-06-17 13:59:02 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-06-19 07:17:36 +0000
commit1e3477ad5f91d6cc811602a661dfb8f720ddd34d (patch)
tree8f1836a9daf51675f89e60724782efa8246cc6d3 /pom.xml
parenta4beafe505e61f56c4eb8db00e65985215beb837 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c0a80c2420..d4ba40b40b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>