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 a51314eb2 Update orientdb-graphdb, orientdb-object to 3.2.34 (#850)
a51314eb2 is described below
commit a51314eb23b6b2ab94e0444085a12065f5c3c399
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 6 09:22:02 2024 +0100
Update orientdb-graphdb, orientdb-object to 3.2.34 (#850)
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 b8fa6add2..ec4b35044 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -427,9 +427,9 @@ object Dependencies {
val OrientDB = Seq(
libraryDependencies ++= JacksonDatabindDependencies ++ Seq(
- ("com.orientechnologies" % "orientdb-graphdb" % "3.2.33")
+ ("com.orientechnologies" % "orientdb-graphdb" % "3.2.34")
.exclude("com.tinkerpop.blueprints", "blueprints-core"),
- "com.orientechnologies" % "orientdb-object" % "3.2.33"))
+ "com.orientechnologies" % "orientdb-object" % "3.2.34"))
val PravegaVersion = "0.13.0"
val PravegaVersionForDocs = "latest"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]