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 06198aaa9 Update orientdb-graphdb, orientdb-object to 3.2.43 (#1135) 06198aaa9 is described below commit 06198aaa9d322c7722f6a01e92761928633b3fba Author: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> AuthorDate: Sun Aug 10 10:28:13 2025 +0100 Update orientdb-graphdb, orientdb-object to 3.2.43 (#1135) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3041905bb..54dde2f6c 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -436,9 +436,9 @@ object Dependencies { val OrientDB = Seq( libraryDependencies ++= JacksonDatabindDependencies ++ Seq( - ("com.orientechnologies" % "orientdb-graphdb" % "3.2.42") + ("com.orientechnologies" % "orientdb-graphdb" % "3.2.43") .exclude("com.tinkerpop.blueprints", "blueprints-core"), - "com.orientechnologies" % "orientdb-object" % "3.2.42")) + "com.orientechnologies" % "orientdb-object" % "3.2.43")) val PravegaVersion = "0.13.0" val PravegaVersionForDocs = "latest" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org