Skip to content

Commit bdb4fbc

Browse files
committed
[Core]Bump 4.7.0
1 parent c5ff0b3 commit bdb4fbc

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

aliyun-java-sdk-core/ChangeLog.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
2023-09-06 Version:4.6.4
1+
2024-07-08 Version:4.7.0
2+
1, Support OIDC credentials provider.
3+
2, Add OIDC credentials provider into default credentials provider chain.
4+
3, Cleanup some imports.
5+
6+
2023-09-06 Version:4.6.4
27
1, Improve the design of nonce
38

49
2022-11-23 Version:4.6.3

aliyun-java-sdk-core/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<groupId>com.aliyun</groupId>
55
<artifactId>aliyun-java-sdk-core</artifactId>
66
<packaging>jar</packaging>
7-
<version>4.6.4</version>
7+
<version>4.7.0</version>
88
<name>aliyun-java-sdk-core</name>
9-
<url>http://www.aliyun.com</url>
9+
<url>https://www.aliyun.com</url>
1010
<description>Aliyun Open API SDK for Java
1111

1212
Copyright (C) Alibaba Cloud Computing
1313
All rights reserved.
1414

1515
版权所有 (C)阿里云计算有限公司
1616

17-
http://www.aliyun.com
17+
https://www.aliyun.com
1818
</description>
1919

2020
<distributionManagement>
@@ -96,8 +96,8 @@
9696
</dependency>
9797
<dependency>
9898
<groupId>org.bouncycastle</groupId>
99-
<artifactId>bcprov-jdk15on</artifactId>
100-
<version>1.70</version>
99+
<artifactId>bcprov-jdk18on</artifactId>
100+
<version>1.78.1</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.mockito</groupId>
@@ -197,7 +197,6 @@
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-jar-plugin</artifactId>
199199
<version>3.4.2</version>
200-
<configuration></configuration>
201200
</plugin>
202201
<plugin>
203202
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)