Skip to content

Commit 15b2ff0

Browse files
authored
Merge branch 'main' into rishav-gha
2 parents a1100f0 + 3aa25d0 commit 15b2ff0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DynamoDbEncryption/runtimes/java/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
implementation("software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion}")
8484
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion}")
8585

86-
implementation(platform("software.amazon.awssdk:bom:2.24.2"))
86+
implementation(platform("software.amazon.awssdk:bom:2.26.25"))
8787
implementation("software.amazon.awssdk:dynamodb")
8888
implementation("software.amazon.awssdk:dynamodb-enhanced")
8989
implementation("software.amazon.awssdk:kms")
@@ -92,7 +92,7 @@ dependencies {
9292
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
9393

9494
// For the DDB-EC v1
95-
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.658")
95+
implementation("com.amazonaws:aws-java-sdk-dynamodb:1.12.765")
9696
// https://mvnrepository.com/artifact/org.testng/testng
9797
testImplementation("org.testng:testng:7.5")
9898
// https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal

TestVectors/runtimes/net/DbEsdkTestVectors.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<LangVersion>10</LangVersion>
99
<TargetFramework>net6.0</TargetFramework>
1010
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
11+
<StartupObject>DbEsdkTestVectors.Program</StartupObject>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

0 commit comments

Comments
 (0)