Skip to content

Commit

Permalink
Update orientdb-graphdb, orientdb-object to 3.2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Nov 3, 2024
1 parent 9ab254b commit 76f1cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@ object Dependencies {

val OrientDB = Seq(
libraryDependencies ++= JacksonDatabindDependencies ++ Seq(
("com.orientechnologies" % "orientdb-graphdb" % "3.2.34")
("com.orientechnologies" % "orientdb-graphdb" % "3.2.35")
.exclude("com.tinkerpop.blueprints", "blueprints-core"),
"com.orientechnologies" % "orientdb-object" % "3.2.34"))
"com.orientechnologies" % "orientdb-object" % "3.2.35"))

val PravegaVersion = "0.13.0"
val PravegaVersionForDocs = "latest"
Expand Down

0 comments on commit 76f1cfc

Please sign in to comment.