Skip to content

Commit 1027e19

Browse files
author
Yaniv Kunda
committed
HADOOP-19578: Upgrade esdk-obs-java to resolve CVE-2023-3635
1 parent f099f08 commit 1027e19

File tree

1 file changed

+18
-1
lines changed
  • hadoop-cloud-storage-project/hadoop-huaweicloud

1 file changed

+18
-1
lines changed

hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<properties>
3030
<file.encoding>UTF-8</file.encoding>
3131
<downloadSources>true</downloadSources>
32-
<esdk.version>3.20.4.2</esdk.version>
32+
<esdk.version>3.25.5</esdk.version>
3333
</properties>
3434

3535
<profiles>
@@ -94,6 +94,23 @@
9494
</plugin>
9595
</plugins>
9696
</build>
97+
<dependencyManagement>
98+
<dependencies>
99+
<!-- due to a dependency convergence error caused by esdk-obs-java -->
100+
<dependency>
101+
<groupId>com.squareup.okio</groupId>
102+
<artifactId>okio</artifactId>
103+
<version>3.8.0</version>
104+
</dependency>
105+
<dependency>
106+
<groupId>org.jetbrains.kotlin</groupId>
107+
<artifactId>kotlin-bom</artifactId>
108+
<version>1.9.21</version>
109+
<type>pom</type>
110+
<scope>import</scope>
111+
</dependency>
112+
</dependencies>
113+
</dependencyManagement>
97114
<dependencies>
98115
<dependency>
99116
<groupId>org.apache.hadoop</groupId>

0 commit comments

Comments
 (0)