From 1a309d9b36a47b0d592a46bdece802e9b0643caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:44:33 +0000 Subject: [PATCH] Bump org.testng:testng from 6.4 to 7.8.0 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 6.4 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/testng-6.4...7.8.0) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- scim2-sdk-common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scim2-sdk-common/build.gradle b/scim2-sdk-common/build.gradle index 2b867e4..c5923c3 100644 --- a/scim2-sdk-common/build.gradle +++ b/scim2-sdk-common/build.gradle @@ -8,5 +8,5 @@ dependencies { implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.7.4" implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.7.9.5" implementation group: "com.google.guava", name: "guava", version: "20.0" - testImplementation group: "org.testng", name: "testng", version: "6.4" + testImplementation group: "org.testng", name: "testng", version: "7.8.0" } \ No newline at end of file