This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new d827957e3 Update hadoop-hdfs, hadoop-minicluster to 3.2.4 (#415)
d827957e3 is described below

commit d827957e34257684d88b0eacf0c11bd515b899b8
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 30 00:06:23 2024 +0100

    Update hadoop-hdfs, hadoop-minicluster to 3.2.4 (#415)
    
    * Update hadoop-hdfs, hadoop-minicluster to 3.2.4
    
    * Update Dependencies.scala
    
    ---------
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
    Co-authored-by: PJ Fanning <[email protected]>
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 6a4416d25..422929a89 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -279,7 +279,7 @@ object Dependencies {
         "org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test))
   }
 
-  val HadoopVersion = "3.2.1"
+  val HadoopVersion = "3.2.4"
   val Hdfs = Seq(
     libraryDependencies ++= Seq(
       ("org.apache.hadoop" % "hadoop-client" % HadoopVersion).exclude("log4j", 
"log4j").exclude("org.slf4j",
@@ -291,7 +291,7 @@ object Dependencies {
         "slf4j-log4j12"),
       ("org.apache.hadoop" % "hadoop-minicluster" % HadoopVersion % 
Test).exclude("log4j", "log4j").exclude("org.slf4j",
         "slf4j-log4j12"),
-      "org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test))
+      "org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test) ++ 
Mockito)
 
   val HuaweiPushKit = Seq(
     libraryDependencies ++= Seq(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to