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
This commit is contained in:
xerial-bot 2023-01-27 17:18:12 -08:00 committed by GitHub
parent d971f545f9
commit 76f8ff902b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)