Skip to content

Commit

Permalink
update dependencies (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Feb 6, 2024
2 parents ca54a60 + 0600195 commit c51f04a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ object Dependencies {
object Versions {
val pekko = "1.0.2"
val pekkoHttpV = "1.0.0"
val iep = "5.0.16"
val iep = "5.0.17"
val jackson = "2.16.1"
val log4j = "2.22.1"
val scala = "2.13.12"
val slf4j = "1.7.36"
val spectator = "1.7.5"
val spring = "6.1.2"
val spectator = "1.7.7"
val spring = "6.1.3"

val crossScala = Seq(scala)
}
Expand All @@ -28,8 +28,8 @@ object Dependencies {
val pekkoStreamTestkit= "org.apache.pekko" %% "pekko-stream-testkit" % pekko
val pekkoTestkit = "org.apache.pekko" %% "pekko-testkit" % pekko
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.1.8"
val datasketches = "org.apache.datasketches" % "datasketches-java" % "4.2.0"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.15.5"
val datasketches = "org.apache.datasketches" % "datasketches-java" % "5.0.1"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.15.6"
val hikariCP = "com.zaxxer" % "HikariCP" % "5.1.0"
val iepLeaderApi = "com.netflix.iep" % "iep-leader-api" % iep
val iepLeaderDynamoDb = "com.netflix.iep" % "iep-leader-dynamodb" % iep
Expand All @@ -54,7 +54,7 @@ object Dependencies {
val munit = "org.scalameta" %% "munit" % "0.7.29"
val postgres = "org.postgresql" % "postgresql" % "42.7.1"
val postgresEmbedded = "io.zonky.test" % "embedded-postgres" % "2.0.6"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "1.0.0"
val roaringBitmap = "org.roaringbitmap" % "RoaringBitmap" % "1.0.1"
val scalaCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
val scalaCompatJdk8 = "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2"
val scalaCompiler = "org.scala-lang" % "scala-compiler"
Expand Down

0 comments on commit c51f04a

Please sign in to comment.