Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies #1604

Merged
merged 5 commits into from
Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading