From 7c866b0c79d562b4dbc2fcf160623854d5c19a02 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 11:13:07 +0000 Subject: [PATCH] Bump testng from 6.14.3 to 7.3.0 in /02-your-first-test Bumps [testng](https://github.com/cbeust/testng) from 6.14.3 to 7.3.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/commits) Signed-off-by: dependabot-preview[bot] --- 02-your-first-test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-your-first-test/pom.xml b/02-your-first-test/pom.xml index 30b8524..91ec7f8 100644 --- a/02-your-first-test/pom.xml +++ b/02-your-first-test/pom.xml @@ -24,7 +24,7 @@ org.testng testng - 6.14.3 + 7.3.0 test