From f16cc1c35abca491e3dd8bf30dff7f6edc663df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 20:07:40 +0000 Subject: [PATCH] Bump testng from 6.9.10 to 7.7.1 Bumps [testng](https://github.com/cbeust/testng) from 6.9.10 to 7.7.1. - [Release notes](https://github.com/cbeust/testng/releases) - [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt) - [Commits](https://github.com/cbeust/testng/compare/6.9.10...7.7.1) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- proguard/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e4568f35b..599ebb19e 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { compileOnly 'com.squareup.okhttp3:okhttp:4.10.0' // method count bloat compileOnly 'com.google.appengine:appengine-api-1.0-sdk:1.9.38' - testImplementation 'org.testng:testng:6.9.10' + testImplementation 'org.testng:testng:7.7.1' testImplementation 'org.mockito:mockito-core:1.10.19' testImplementation 'org.openjdk.jmh:jmh-core:1.12' testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.35' diff --git a/proguard/build.gradle b/proguard/build.gradle index 9d4b016a8..2b0115011 100644 --- a/proguard/build.gradle +++ b/proguard/build.gradle @@ -29,7 +29,7 @@ repositories { dependencies { implementation group: 'com.dropbox.core', name: 'dropbox-core-sdk', version: '+', changing: true - implementation 'org.testng:testng:6.9.10' + implementation 'org.testng:testng:7.7.1' } compileJava {