This is an automated email from the ASF dual-hosted git repository.
siyao pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 41c86b6 HADOOP-18101. Bump aliyun-sdk-oss to 3.13.2 and jdom2 to
2.0.6.1 (#3951)
41c86b6 is described below
commit 41c86b6464789e349603db3ec319516146cd3ea7
Author: Aswin Shakil Balasubramanian <[email protected]>
AuthorDate: Thu Feb 3 15:50:38 2022 -0800
HADOOP-18101. Bump aliyun-sdk-oss to 3.13.2 and jdom2 to 2.0.6.1 (#3951)
---
LICENSE-binary | 4 ++--
hadoop-project/pom.xml | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index 8701587..f1c0d87 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -214,7 +214,7 @@ com.aliyun:aliyun-java-sdk-core:3.4.0
com.aliyun:aliyun-java-sdk-ecs:4.2.0
com.aliyun:aliyun-java-sdk-ram:3.0.0
com.aliyun:aliyun-java-sdk-sts:3.0.0
-com.aliyun.oss:aliyun-sdk-oss:3.13.0
+com.aliyun.oss:aliyun-sdk-oss:3.13.2
com.amazonaws:aws-java-sdk-bundle:1.11.901
com.cedarsoftware:java-util:1.9.0
com.cedarsoftware:json-io:2.5.1
@@ -514,7 +514,7 @@ org.hsqldb:hsqldb:2.3.4
JDOM License
------------
-org.jdom:jdom:1.1
+org.jdom:jdom2:2.0.6.1
Public Domain
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 71a2a3b..2fd3d01 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -135,7 +135,7 @@
<hikari.version>4.0.3</hikari.version>
<mssql.version>6.2.1.jre7</mssql.version>
<okhttp.version>2.7.5</okhttp.version>
- <jdom.version>1.1</jdom.version>
+ <jdom2.version>2.0.6.1</jdom2.version>
<jna.version>5.2.0</jna.version>
<grizzly.version>2.2.21</grizzly.version>
<gson.version>2.8.9</gson.version>
@@ -1289,8 +1289,8 @@
</dependency>
<dependency>
<groupId>org.jdom</groupId>
- <artifactId>jdom</artifactId>
- <version>${jdom.version}</version>
+ <artifactId>jdom2</artifactId>
+ <version>${jdom2.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
@@ -1495,7 +1495,7 @@
<dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
- <version>3.13.0</version>
+ <version>3.13.2</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]