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 5f099c39d Update orientdb-graphdb, orientdb-object to 3.2.51 (#1541)
5f099c39d is described below
commit 5f099c39dabbb8e6720053f6084b003954167945
Author: Scala Steward <[email protected]>
AuthorDate: Mon Mar 30 19:04:12 2026 +0200
Update orientdb-graphdb, orientdb-object to 3.2.51 (#1541)
---
project/Dependencies.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7390f78f1..8730f7cdf 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.50")
+ ("com.orientechnologies" % "orientdb-graphdb" % "3.2.51")
.exclude("com.tinkerpop.blueprints", "blueprints-core"),
- "com.orientechnologies" % "orientdb-object" % "3.2.50"))
+ "com.orientechnologies" % "orientdb-object" % "3.2.51"))
val PravegaVersion = "0.13.0"
val PravegaVersionForDocs = "latest"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]