Update hadoop-common to 3.4.2

This commit is contained in:
xerial-bot 2025-08-28 16:03:49 +00:00
parent b6a9d0d751
commit 6a423b3801

View File

@ -100,7 +100,7 @@ libraryDependencies ++=
"org.wvlet.airframe" %% "airframe-log" % "2025.1.16" % "test",
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
"org.apache.hadoop" % "hadoop-common" % "3.4.1" % "test" exclude
"org.apache.hadoop" % "hadoop-common" % "3.4.2" % "test" exclude
("org.xerial.snappy", "snappy-java")
)