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 d3abdf45d Update orientdb-graphdb, orientdb-object to 3.2.42 (#1105)
d3abdf45d is described below
commit d3abdf45dd45f0c280d7201d2a5a14778f288ae2
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 6 10:40:36 2025 +0100
Update orientdb-graphdb, orientdb-object to 3.2.42 (#1105)
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 f9cef2a33..3b34f9b20 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -435,9 +435,9 @@ object Dependencies {
val OrientDB = Seq(
libraryDependencies ++= JacksonDatabindDependencies ++ Seq(
- ("com.orientechnologies" % "orientdb-graphdb" % "3.2.41")
+ ("com.orientechnologies" % "orientdb-graphdb" % "3.2.42")
.exclude("com.tinkerpop.blueprints", "blueprints-core"),
- "com.orientechnologies" % "orientdb-object" % "3.2.41"))
+ "com.orientechnologies" % "orientdb-object" % "3.2.42"))
val PravegaVersion = "0.13.0"
val PravegaVersionForDocs = "latest"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]