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 43804028b Update kudu-client to 1.18.0 (#1114)
43804028b is described below
commit 43804028b8c471ee7b44ff65c2e4456a16550900
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 13 06:41:09 2025 +0100
Update kudu-client to 1.18.0 (#1114)
* Update kudu-client to 1.18.0
* Update Dependencies.scala
---------
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
project/Dependencies.scala | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index b07fc7f45..b68a83faf 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -407,10 +407,11 @@ object Dependencies {
"org.slf4j" % "slf4j-api" % Slf4jVersion % Test,
"ch.qos.logback" % "logback-classic" % LogbackVersion % Test) ++ Mockito)
- val KuduVersion = "1.17.1"
+ val KuduVersion = "1.18.0"
val Kudu = Seq(
libraryDependencies ++= Seq(
"org.apache.kudu" % "kudu-client" % KuduVersion,
+ "com.stumbleupon" % "async" % "1.4.1",
"org.apache.logging.log4j" % "log4j-to-slf4j" % Log4jVersion % Test))
val MongoDb = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]