Skip to content

Commit

Permalink
Update orientdb-graphdb, orientdb-object to 3.2.36
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Dec 1, 2024
1 parent 3fe59ae commit a770d08
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.35")
("com.orientechnologies" % "orientdb-graphdb" % "3.2.36")
.exclude("com.tinkerpop.blueprints", "blueprints-core"),
"com.orientechnologies" % "orientdb-object" % "3.2.35"))
"com.orientechnologies" % "orientdb-object" % "3.2.36"))

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

0 comments on commit a770d08

Please sign in to comment.