From 6a42621ae62113a920c2d0e81b87e2a9c5c4e990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 03:49:52 +0000 Subject: [PATCH] Bump testng from 6.9.9 to 7.7.0 in /WebAppSwitchContextProject Bumps [testng](https://github.com/cbeust/testng) from 6.9.9 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/6.9.9...7.7.0) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- WebAppSwitchContextProject/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebAppSwitchContextProject/pom.xml b/WebAppSwitchContextProject/pom.xml index 32677cb..2073a22 100644 --- a/WebAppSwitchContextProject/pom.xml +++ b/WebAppSwitchContextProject/pom.xml @@ -45,7 +45,7 @@ org.testng testng - 6.9.9 + 7.7.0 junit