This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-connectors.git
The following commit(s) were added to refs/heads/master by this push:
new 31d67a2 [improve] Upgrade Hadoop to 3.5.0 (#18)
31d67a2 is described below
commit 31d67a2cd1ed1c9bdfb8259e49b157e5ad29bbd5
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Apr 15 20:06:40 2026 +0300
[improve] Upgrade Hadoop to 3.5.0 (#18)
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 743d543..caa2f98 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -185,7 +185,7 @@ nsq-client = "1.0"
lettuce = "6.5.1.RELEASE"
solr = "9.8.0"
hbase = "2.6.4-hadoop3"
-hadoop3 = "3.4.3"
+hadoop3 = "3.5.0"
jclouds = "2.6.0"
openmldb = "0.4.4-hotfix1"
docker-java = "3.7.1"