Skip to content

Commit

Permalink
use hadoop 3.3.6 (hdfs connector) (#435)
Browse files Browse the repository at this point in the history
* use hadoop 3.3.6 (hdfs connector)

* Update .scala-steward.conf
  • Loading branch information
pjfanning authored Jan 31, 2024
1 parent 2658681 commit e267402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
updates.pin = [
# pin to hadoop 3.3.x until 3.4.x beomes more widely adopted
{ groupId = "org.apache.hadoop", version = "3.3." }
# spring-boot 3 requires Java 17
{ groupId = "org.springframework.boot", version = "2." }
# spring-framework 6 requires Java 17
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ object Dependencies {
"org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test))
}

val HadoopVersion = "3.2.4"
val HadoopVersion = "3.3.6"
val Hdfs = Seq(
libraryDependencies ++= Seq(
("org.apache.hadoop" % "hadoop-client" % HadoopVersion).exclude("log4j", "log4j").exclude("org.slf4j",
Expand Down

0 comments on commit e267402

Please sign in to comment.