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 6c8ea46f3 Update orientdb-graphdb, orientdb-object to 3.2.50 (#1452)
6c8ea46f3 is described below
commit 6c8ea46f3e0f3cad28a88573160171cbe40f9de9
Author: Scala Steward <[email protected]>
AuthorDate: Tue Feb 24 21:05:36 2026 +0100
Update orientdb-graphdb, orientdb-object to 3.2.50 (#1452)
---
project/Dependencies.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f971d2c97..6d0245faf 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -413,9 +413,9 @@ object Dependencies {
val OrientDB = Seq(
libraryDependencies ++= JacksonDatabindDependencies ++ Seq(
- ("com.orientechnologies" % "orientdb-graphdb" % "3.2.49")
+ ("com.orientechnologies" % "orientdb-graphdb" % "3.2.50")
.exclude("com.tinkerpop.blueprints", "blueprints-core"),
- "com.orientechnologies" % "orientdb-object" % "3.2.49"))
+ "com.orientechnologies" % "orientdb-object" % "3.2.50"))
val PravegaVersion = "0.13.0"
val PravegaVersionForDocs = "latest"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]