From 89f25b9689c7c34280894794912d578b85c941b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 03:51:04 +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.1. - [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.1) --- 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 1a4f19cb8..34602752d 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.1") // https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal testImplementation("com.amazonaws:DynamoDBLocal:1.+") // This is where we gather the SQLLite files to copy over