From f16370c61aa33b945cbffe953e4cf9ece194d87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:19:04 +0000 Subject: [PATCH] Bump org.testng:testng from 7.10.1 to 7.10.2 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.10.1 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.10.1...7.10.2) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 88b1f25..bb7ebb0 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { testImplementation ('org.assertj:assertj-core:3.25.3') testImplementation ('ch.qos.logback:logback-core:1.5.6') testImplementation ('com.squareup.okhttp3:mockwebserver:4.12.0') - testImplementation ('org.testng:testng:7.10.1') + testImplementation ('org.testng:testng:7.10.2') testImplementation ('ch.qos.logback:logback-classic:1.5.6') }