File tree Expand file tree Collapse file tree 3 files changed +401
-413
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 3 files changed +401
-413
lines changed Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >software.amazon.awssdk</groupId >
24
24
<artifactId >aws-sdk-java-pom</artifactId >
25
- <version >2.26.16 -SNAPSHOT</version >
25
+ <version >2.26.32 -SNAPSHOT</version >
26
26
<relativePath >../..</relativePath >
27
27
</parent >
28
28
64
64
<version >${project.version} </version >
65
65
<scope >test</scope >
66
66
</dependency >
67
+ <dependency >
68
+ <groupId >software.amazon.awssdk</groupId >
69
+ <artifactId >dynamodb</artifactId >
70
+ <version >${project.version} </version >
71
+ <scope >test</scope >
72
+ </dependency >
67
73
<dependency >
68
74
<groupId >software.amazon.awssdk</groupId >
69
75
<artifactId >v2-migration</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >software.amazon.awssdk</groupId >
23
23
<artifactId >aws-sdk-java-pom</artifactId >
24
- <version >2.26.16 -SNAPSHOT</version >
24
+ <version >2.26.32 -SNAPSHOT</version >
25
25
<relativePath >../pom.xml</relativePath >
26
26
</parent >
27
27
You can’t perform that action at this time.
0 commit comments