Skip to content

Commit

Permalink
Update kudu-client to 1.17.1 (#894)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Nov 10, 2024
1 parent 825625b commit 91e5b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ object Dependencies {
"org.slf4j" % "slf4j-api" % Slf4jVersion % Test,
"ch.qos.logback" % "logback-classic" % LogbackVersion % Test) ++ Mockito)

val KuduVersion = "1.17.0"
val KuduVersion = "1.17.1"
val Kudu = Seq(
libraryDependencies ++= Seq(
"org.apache.kudu" % "kudu-client" % KuduVersion,
Expand Down

0 comments on commit 91e5b1c

Please sign in to comment.