From 41825f565f03337c507cd11447e2051c73a12c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:00:39 +0600 Subject: [PATCH] Bump org.testng:testng from 7.8.0 to 7.10.1 (#41) Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.8.0 to 7.10.1. - [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.8.0...7.10.1) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 094b521..858a86e 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { testCompileOnly 'org.projectlombok:lombok:1.18.30' testAnnotationProcessor 'org.projectlombok:lombok:1.18.30' - testImplementation 'org.testng:testng:7.8.0' + testImplementation 'org.testng:testng:7.10.1' testImplementation 'org.assertj:assertj-core:3.25.3' testImplementation 'org.slf4j:slf4j-simple:2.0.12' }