From f4207eb1b5df6a7b0b591a91e89af3f903f203a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:59:24 +0000 Subject: [PATCH] Bump org.testng:testng from 7.9.0 to 7.10.2 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.9.0 to 7.10.2. - [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.9.0...7.10.2) --- 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 79af671c7a9..6b8b316b93a 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -98,7 +98,7 @@ ext { springldapVersion = '3.0.1' springsecurityVersion = '6.1.4' springsecurityJwtVersion = '1.1.1.RELEASE' - testngVersion = '7.9.0' + testngVersion = '7.10.2' swaggerVersion = '2.2.21' thriftVersion = '0.19.0' springwebVersion = '6.0.6'