File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction
unicorn-store-spring-graalvm Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 17
17
<dependency >
18
18
<groupId >software.amazon.awssdk</groupId >
19
19
<artifactId >dynamodb</artifactId >
20
- <version >2.31.26 </version >
20
+ <version >2.31.50 </version >
21
21
<exclusions >
22
22
<exclusion >
23
23
<groupId >software.amazon.awssdk</groupId >
32
32
<dependency >
33
33
<groupId >software.amazon.awssdk</groupId >
34
34
<artifactId >aws-crt-client</artifactId >
35
- <version >2.31.26 </version >
35
+ <version >2.31.50 </version >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change 17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
18
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
19
19
<spring-cloud .version>2024.0.1</spring-cloud .version>
20
- <aws-sdk .version>2.31.26 </aws-sdk .version>
20
+ <aws-sdk .version>2.31.50 </aws-sdk .version>
21
21
</properties >
22
22
23
23
<dependencies >
Original file line number Diff line number Diff line change 8
8
<name >AWS Lambda function to setup the Amazon RDS Instance</name >
9
9
10
10
<properties >
11
- <aws .java.sdk.version>2.31.26 </aws .java.sdk.version>
11
+ <aws .java.sdk.version>2.31.50 </aws .java.sdk.version>
12
12
</properties >
13
13
14
14
<dependencyManagement >
Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >software.amazon.awssdk</groupId >
36
36
<artifactId >dynamodb</artifactId >
37
- <version >2.31.26 </version >
37
+ <version >2.31.50 </version >
38
38
<exclusions >
39
39
<exclusion >
40
40
<groupId >software.amazon.awssdk</groupId >
49
49
<dependency >
50
50
<groupId >software.amazon.awssdk</groupId >
51
51
<artifactId >aws-crt-client</artifactId >
52
- <version >2.31.26 </version >
52
+ <version >2.31.50 </version >
53
53
</dependency >
54
54
<dependency >
55
55
<groupId >com.amazonaws</groupId >
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >software.amazon.awssdk</groupId >
31
31
<artifactId >bom</artifactId >
32
- <version >2.31.26 </version >
32
+ <version >2.31.50 </version >
33
33
<type >pom</type >
34
34
<scope >import</scope >
35
35
</dependency >
Original file line number Diff line number Diff line change 21
21
<dependency >
22
22
<groupId >software.amazon.awssdk</groupId >
23
23
<artifactId >bom</artifactId >
24
- <version >2.31.26 </version >
24
+ <version >2.31.50 </version >
25
25
<type >pom</type >
26
26
<scope >import</scope >
27
27
</dependency >
Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >software.amazon.awssdk</groupId >
34
34
<artifactId >eventbridge</artifactId >
35
- <version >2.31.26 </version >
35
+ <version >2.31.50 </version >
36
36
<exclusions >
37
37
<exclusion >
38
38
<groupId >software.amazon.awssdk</groupId >
47
47
<dependency >
48
48
<groupId >software.amazon.awssdk</groupId >
49
49
<artifactId >aws-crt-client</artifactId >
50
- <version >2.31.26 </version >
50
+ <version >2.31.50 </version >
51
51
</dependency >
52
52
53
53
<dependency >
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >software.amazon.awssdk</groupId >
33
33
<artifactId >eventbridge</artifactId >
34
- <version >2.31.26 </version >
34
+ <version >2.31.50 </version >
35
35
<exclusions >
36
36
<exclusion >
37
37
<groupId >software.amazon.awssdk</groupId >
46
46
<dependency >
47
47
<groupId >software.amazon.awssdk</groupId >
48
48
<artifactId >aws-crt-client</artifactId >
49
- <version >2.31.26 </version >
49
+ <version >2.31.50 </version >
50
50
</dependency >
51
51
<dependency ><!-- required for Spring's ConditionalOnCheckpointRestore to work -->
52
52
<!-- see https://docs.spring.io/spring-framework/reference/integration/checkpoint-restore.html -->
You can’t perform that action at this time.
0 commit comments