From 4b0c37da04755f251a34bf6a8acf80d57af3af1b Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 19 Mar 2024 20:17:10 +0000 Subject: [PATCH] Update hadoop-common to 3.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 133227b1..ad23758a 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ libraryDependencies ++= Seq( "org.wvlet.airframe" %% "airframe-log" % "24.2.3" % "test", "org.osgi" % "org.osgi.core" % "6.0.0" % "provided", "com.github.sbt" % "junit-interface" % "0.13.3" % "test", - "org.apache.hadoop" % "hadoop-common" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java") + "org.apache.hadoop" % "hadoop-common" % "3.4.0" % "test" exclude ("org.xerial.snappy", "snappy-java") ) enablePlugins(SbtOsgi)