From 990e95f32ca601f3a0d1c36698619b01f35e63fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:38:02 +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.11.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.5...7.11.0) --- 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 e2839abef..41d4c436a 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.780") // https://mvnrepository.com/artifact/org.testng/testng - testImplementation("org.testng:testng:7.5") + testImplementation("org.testng:testng:7.11.0") // https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal testImplementation("com.amazonaws:DynamoDBLocal:1.+") // This is where we gather the SQLLite files to copy over