Skip to content

Commit

Permalink
Merge branch 'main' into update/netty-handler-4.1.117.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jan 19, 2025
2 parents 4fdf4dc + de26593 commit ce20894
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {

val CronBuild = sys.env.get("GITHUB_EVENT_NAME").contains("schedule")

val Scala213 = "2.13.15" // update even in link-validator.conf
val Scala213 = "2.13.16" // update even in link-validator.conf
val Scala212 = "2.12.20"
val Scala3 = "3.3.4"
val ScalaVersions = Seq(Scala213, Scala212, Scala3)
Expand All @@ -27,7 +27,7 @@ object Dependencies {
val InfluxDBJavaVersion = "2.23"

val AvroVersion = "1.11.4"
val AwsSdk2Version = "2.29.50"
val AwsSdk2Version = "2.29.52"
val NettyVersion = "4.1.117.Final"
// Sync with plugins.sbt
val PekkoGrpcBinaryVersion = "1.1"
Expand Down Expand Up @@ -427,9 +427,9 @@ object Dependencies {

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

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

0 comments on commit ce20894

Please sign in to comment.