Skip to content

Commit

Permalink
[Core]Bump 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed Jul 8, 2024
1 parent c5ff0b3 commit bdb4fbc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
7 changes: 6 additions & 1 deletion aliyun-java-sdk-core/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
2023-09-06 Version:4.6.4
2024-07-08 Version:4.7.0
1, Support OIDC credentials provider.
2, Add OIDC credentials provider into default credentials provider chain.
3, Cleanup some imports.

2023-09-06 Version:4.6.4
1, Improve the design of nonce

2022-11-23 Version:4.6.3
Expand Down
11 changes: 5 additions & 6 deletions aliyun-java-sdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<packaging>jar</packaging>
<version>4.6.4</version>
<version>4.7.0</version>
<name>aliyun-java-sdk-core</name>
<url>http://www.aliyun.com</url>
<url>https://www.aliyun.com</url>
<description>Aliyun Open API SDK for Java

Copyright (C) Alibaba Cloud Computing
All rights reserved.

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

http://www.aliyun.com
https://www.aliyun.com
</description>

<distributionManagement>
Expand Down Expand Up @@ -96,8 +96,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down Expand Up @@ -197,7 +197,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
<configuration></configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit bdb4fbc

Please sign in to comment.