This is an automated email from the ASF dual-hosted git repository.
corgy-w pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 85688b8faa [Fix][Connector-OBS] Upgrade okio to 3.6.0 to fix
NoSuchFieldError: Companion (#10756)
85688b8faa is described below
commit 85688b8faad8cee851285a6d6bed2f2935fba669
Author: Bodhi <[email protected]>
AuthorDate: Wed May 13 10:02:53 2026 +0800
[Fix][Connector-OBS] Upgrade okio to 3.6.0 to fix NoSuchFieldError:
Companion (#10756)
Co-authored-by: corgy-w <[email protected]>
---
seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml
b/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml
index 00676916fd..be937f2a87 100644
--- a/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml
+++ b/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml
@@ -32,6 +32,7 @@
<properties>
<hadoop-huaweicloud.version>3.1.1.29</hadoop-huaweicloud.version>
<esdk.version>3.19.7.3</esdk.version>
+ <okio.version>3.6.0</okio.version>
</properties>
<dependencies>
@@ -68,6 +69,11 @@
<artifactId>esdk-obs-java</artifactId>
<version>${esdk.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okio</groupId>
+ <artifactId>okio</artifactId>
+ <version>${okio.version}</version>
+ </dependency>
</dependencies>