|
44 | 44 |
|
45 | 45 | <dependencyManagement> |
46 | 46 | <dependencies> |
| 47 | + <!-- https://mvnrepository.com/artifact/software.amazon.awssdk/s3 --> |
| 48 | + <dependency> |
| 49 | + <groupId>software.amazon.awssdk</groupId> |
| 50 | + <artifactId>s3</artifactId> |
| 51 | + <version>2.35.8</version> |
| 52 | + <scope>compile</scope> |
| 53 | + </dependency> |
| 54 | + |
47 | 55 | <!-- aws-lambda --> |
| 56 | + <!-- https://mvnrepository.com/artifact/software.amazon.awssdk/lambda --> |
| 57 | + <dependency> |
| 58 | + <groupId>software.amazon.awssdk</groupId> |
| 59 | + <artifactId>lambda</artifactId> |
| 60 | + <version>2.35.8</version> |
| 61 | + </dependency> |
48 | 62 | <dependency> |
49 | 63 | <groupId>com.amazonaws</groupId> |
50 | 64 | <artifactId>aws-lambda-java-core</artifactId> |
51 | | - <version>1.2.3</version> |
| 65 | + <version>1.4.0</version> |
52 | 66 | </dependency> |
53 | 67 | <dependency> |
54 | 68 | <groupId>com.amazonaws</groupId> |
55 | 69 | <artifactId>aws-lambda-java-events</artifactId> |
56 | | - <version>3.11.1</version> |
| 70 | + <version>3.16.1</version> |
57 | 71 | </dependency> |
58 | 72 | <dependency> |
59 | 73 | <groupId>com.amazonaws</groupId> |
60 | 74 | <artifactId>aws-lambda-java-log4j2</artifactId> |
61 | | - <version>1.5.1</version> |
| 75 | + <version>1.6.0</version> |
| 76 | + </dependency> |
| 77 | + |
| 78 | + <!-- https://mvnrepository.com/artifact/software.amazon.awssdk/ses --> |
| 79 | + <dependency> |
| 80 | + <groupId>software.amazon.awssdk</groupId> |
| 81 | + <artifactId>ses</artifactId> |
| 82 | + <version>2.35.8</version> |
| 83 | + </dependency> |
| 84 | + |
| 85 | + <!-- https://mvnrepository.com/artifact/software.amazon.awssdk/cloudwatch --> |
| 86 | + <dependency> |
| 87 | + <groupId>software.amazon.awssdk</groupId> |
| 88 | + <artifactId>cloudwatch</artifactId> |
| 89 | + <version>2.35.8</version> |
| 90 | + </dependency> |
| 91 | + <!-- https://mvnrepository.com/artifact/software.amazon.awssdk/costexplorer --> |
| 92 | + <dependency> |
| 93 | + <groupId>software.amazon.awssdk</groupId> |
| 94 | + <artifactId>costexplorer</artifactId> |
| 95 | + <version>2.35.8</version> |
62 | 96 | </dependency> |
63 | 97 |
|
64 | 98 | <!-- aliyun --> |
| 99 | + <!-- https://mvnrepository.com/artifact/com.aliyun.oss/aliyun-sdk-oss --> |
| 100 | + <dependency> |
| 101 | + <groupId>com.aliyun.oss</groupId> |
| 102 | + <artifactId>aliyun-sdk-oss</artifactId> |
| 103 | + <version>3.18.3</version> |
| 104 | + </dependency> |
65 | 105 | <dependency> |
66 | 106 | <groupId>com.aliyun.fc.runtime</groupId> |
67 | 107 | <artifactId>fc-java-core</artifactId> |
|
74 | 114 | <version>1.2.0</version> |
75 | 115 | </dependency> |
76 | 116 |
|
77 | | - <!-- tencentcloud --> |
| 117 | + <!-- tencentcloud --> |
78 | 118 | <dependency> |
79 | 119 | <groupId>com.tencentcloudapi</groupId> |
80 | 120 | <artifactId>tencentcloud-sdk-java-scf</artifactId> |
81 | | - <version>3.1.979</version> |
| 121 | + <version>3.1.1303</version> |
82 | 122 | </dependency> |
83 | 123 | <dependency> |
84 | 124 | <groupId>com.tencentcloudapi</groupId> |
|
96 | 136 | <dependency> |
97 | 137 | <groupId>com.huaweicloud.sdk</groupId> |
98 | 138 | <artifactId>huaweicloud-sdk-functiongraph</artifactId> |
99 | | - <version>3.1.167</version> |
| 139 | + <version>3.1.169</version> |
100 | 140 | </dependency> |
101 | 141 | </dependencies> |
102 | 142 | </dependencyManagement> |
|
0 commit comments