Skip to content

Commit 990e95f

Browse files
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](testng-team/testng@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] <[email protected]>
1 parent d988c6e commit 990e95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/runtimes/java/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dependencies {
9494
// For the DDB-EC v1
9595
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.780")
9696
// https://mvnrepository.com/artifact/org.testng/testng
97-
testImplementation("org.testng:testng:7.5")
97+
testImplementation("org.testng:testng:7.11.0")
9898
// https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal
9999
testImplementation("com.amazonaws:DynamoDBLocal:1.+")
100100
// This is where we gather the SQLLite files to copy over

0 commit comments

Comments
 (0)