From 562f6f983a0260bbe3ab9e2a7e7ee21f7991260d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:20:12 +0000 Subject: [PATCH] Bump org.testng:testng from 7.9.0 to 7.10.0 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.9.0 to 7.10.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.9.0...7.10.0) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cb7ae52..9718ba8 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { testImplementation ("org.apache.jclouds:jclouds-core:${jcloudsVersion}:tests") testImplementation ("org.apache.jclouds.driver:jclouds-slf4j:${jcloudsVersion}") testImplementation ('org.assertj:assertj-core:3.25.1') - testImplementation ('org.testng:testng:7.9.0') + testImplementation ('org.testng:testng:7.10.0') testImplementation ('com.squareup.okhttp:mockwebserver:2.7.5') testImplementation ('ch.qos.logback:logback-core:1.4.14') testImplementation ('ch.qos.logback:logback-classic:1.4.14')