Skip to content

Commit cee779d

Browse files
authored
Update pom.xml
1 parent 83f6b19 commit cee779d

1 file changed

Lines changed: 46 additions & 6 deletions

File tree

meta-bom/bom-sdk/pom.xml

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,64 @@
4444

4545
<dependencyManagement>
4646
<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+
4755
<!-- 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>
4862
<dependency>
4963
<groupId>com.amazonaws</groupId>
5064
<artifactId>aws-lambda-java-core</artifactId>
51-
<version>1.2.3</version>
65+
<version>1.4.0</version>
5266
</dependency>
5367
<dependency>
5468
<groupId>com.amazonaws</groupId>
5569
<artifactId>aws-lambda-java-events</artifactId>
56-
<version>3.11.1</version>
70+
<version>3.16.1</version>
5771
</dependency>
5872
<dependency>
5973
<groupId>com.amazonaws</groupId>
6074
<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>
6296
</dependency>
6397

6498
<!-- 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>
65105
<dependency>
66106
<groupId>com.aliyun.fc.runtime</groupId>
67107
<artifactId>fc-java-core</artifactId>
@@ -74,11 +114,11 @@
74114
<version>1.2.0</version>
75115
</dependency>
76116

77-
<!-- tencentcloud -->
117+
<!-- tencentcloud -->
78118
<dependency>
79119
<groupId>com.tencentcloudapi</groupId>
80120
<artifactId>tencentcloud-sdk-java-scf</artifactId>
81-
<version>3.1.979</version>
121+
<version>3.1.1303</version>
82122
</dependency>
83123
<dependency>
84124
<groupId>com.tencentcloudapi</groupId>
@@ -96,7 +136,7 @@
96136
<dependency>
97137
<groupId>com.huaweicloud.sdk</groupId>
98138
<artifactId>huaweicloud-sdk-functiongraph</artifactId>
99-
<version>3.1.167</version>
139+
<version>3.1.169</version>
100140
</dependency>
101141
</dependencies>
102142
</dependencyManagement>

0 commit comments

Comments
 (0)