From 214ccd49b85de4312da37217edfe274b3ebed912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 04:11:54 +0000 Subject: [PATCH] Bump org.testng:testng from 7.7.1 to 7.8.0 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.7.1 to 7.8.0. - [Release notes](https://github.com/testng-team/testng/releases) - [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt) - [Commits](https://github.com/testng-team/testng/compare/7.7.1...7.8.0) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index 7293d5941ae..92fb5b1595f 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -97,7 +97,7 @@ ext { springsecurityVersion = '6.0.2' springsecurityJwtVersion = '1.1.1.RELEASE' swaggerVersion = '2.2.8' - testngVersion = '7.7.1' + testngVersion = '7.8.0' thriftVersion = '0.18.1' springwebVersion = '6.0.6' tinkVersion = '1.8.0'