Skip to content

Commit ec23d7c

Browse files
authored
Update hadoop-common to 3.4.1 (#611)
1 parent 192e0ee commit ec23d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ libraryDependencies ++= Seq(
7878
"org.wvlet.airframe" %% "airframe-log" % "24.12.2" % "test",
7979
"org.osgi" % "org.osgi.core" % "6.0.0" % "provided",
8080
"com.github.sbt" % "junit-interface" % "0.13.3" % "test",
81-
"org.apache.hadoop" % "hadoop-common" % "3.4.0" % "test" exclude ("org.xerial.snappy", "snappy-java")
81+
"org.apache.hadoop" % "hadoop-common" % "3.4.1" % "test" exclude ("org.xerial.snappy", "snappy-java")
8282
)
8383

8484
enablePlugins(SbtOsgi)

0 commit comments

Comments
 (0)