From 8a7ebf7316b0ebabef7d93f8be6ed2518c1d9706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:18:34 +0000 Subject: [PATCH] chore(deps): bump org.testng:testng in /DynamoDbEncryption/runtimes/java Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.5 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.5...7.10.2) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- DynamoDbEncryption/runtimes/java/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamoDbEncryption/runtimes/java/build.gradle.kts b/DynamoDbEncryption/runtimes/java/build.gradle.kts index 65ad538e2..539e5fa29 100644 --- a/DynamoDbEncryption/runtimes/java/build.gradle.kts +++ b/DynamoDbEncryption/runtimes/java/build.gradle.kts @@ -94,7 +94,7 @@ dependencies { // For the DDB-EC v1 implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.658") // https://mvnrepository.com/artifact/org.testng/testng - testImplementation("org.testng:testng:7.5") + testImplementation("org.testng:testng:7.10.2") // https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal testImplementation("com.amazonaws:DynamoDBLocal:1.+") // This is where we gather the SQLLite files to copy over