File tree 2 files changed +3
-2
lines changed
DynamoDbEncryption/runtimes/java
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ dependencies {
83
83
implementation(" software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion} " )
84
84
implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion} " )
85
85
86
- implementation(platform(" software.amazon.awssdk:bom:2.24.2 " ))
86
+ implementation(platform(" software.amazon.awssdk:bom:2.26.25 " ))
87
87
implementation(" software.amazon.awssdk:dynamodb" )
88
88
implementation(" software.amazon.awssdk:dynamodb-enhanced" )
89
89
implementation(" software.amazon.awssdk:kms" )
@@ -92,7 +92,7 @@ dependencies {
92
92
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2" )
93
93
94
94
// 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 " )
96
96
// https://mvnrepository.com/artifact/org.testng/testng
97
97
testImplementation(" org.testng:testng:7.5" )
98
98
// https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal
Original file line number Diff line number Diff line change 8
8
<LangVersion >10</LangVersion >
9
9
<TargetFramework >net6.0</TargetFramework >
10
10
<EnableDefaultCompileItems >false</EnableDefaultCompileItems >
11
+ <StartupObject >DbEsdkTestVectors.Program</StartupObject >
11
12
</PropertyGroup >
12
13
13
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments