From 76f8ff902b9bacb45b82914add8e1e73baaee7e7 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 27 Jan 2023 17:18:12 -0800 Subject: [PATCH] Update hadoop-common to 2.7.7 (#313) * Update hadoop-common to 2.7.7 * Update hadoop-common to 2.7.7 * Revert commit(s) 93b35c0 * Update hadoop-common to 2.7.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1a281e24..94293b50 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ libraryDependencies ++= Seq( "org.wvlet.airframe" %% "airframe-log" % "22.9.2" % "test", "org.osgi" % "org.osgi.core" % "4.3.0" % "provided", "com.github.sbt" % "junit-interface" % "0.13.3" % "test", - "org.apache.hadoop" % "hadoop-common" % "2.7.3" % "test" exclude ("org.xerial.snappy", "snappy-java") + "org.apache.hadoop" % "hadoop-common" % "2.7.7" % "test" exclude ("org.xerial.snappy", "snappy-java") ) enablePlugins(SbtOsgi)