Skip to content

Commit cd6d1e3

Browse files
committed
Update version
1 parent cc7233c commit cd6d1e3

File tree

3 files changed

+401
-413
lines changed

3 files changed

+401
-413
lines changed

test/v2-migration-tests/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.26.16-SNAPSHOT</version>
25+
<version>2.26.32-SNAPSHOT</version>
2626
<relativePath>../..</relativePath>
2727
</parent>
2828

@@ -64,6 +64,12 @@
6464
<version>${project.version}</version>
6565
<scope>test</scope>
6666
</dependency>
67+
<dependency>
68+
<groupId>software.amazon.awssdk</groupId>
69+
<artifactId>dynamodb</artifactId>
70+
<version>${project.version}</version>
71+
<scope>test</scope>
72+
</dependency>
6773
<dependency>
6874
<groupId>software.amazon.awssdk</groupId>
6975
<artifactId>v2-migration</artifactId>

v2-migration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.26.16-SNAPSHOT</version>
24+
<version>2.26.32-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)