This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 91e5b1cfe Update kudu-client to 1.17.1 (#894)
91e5b1cfe is described below
commit 91e5b1cfe98450ff48f96996617e2a1888059c74
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 10 10:47:41 2024 +0100
Update kudu-client to 1.17.1 (#894)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 74f4a78b8..f652d5322 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -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,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]