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 #1586

Merged
merged 8 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 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.1"
val pekkoHttpV = "1.0.0"
val iep = "5.0.12"
val jackson = "2.15.2"
val log4j = "2.20.0"
val iep = "5.0.14"
val jackson = "2.15.3"
val log4j = "2.21.1"
val scala = "2.13.12"
val slf4j = "1.7.36"
val spectator = "1.6.11"
val spring = "6.0.12"
val spectator = "1.7.2"
val spring = "6.0.13"

val crossScala = Seq(scala)
}
Expand All @@ -29,7 +29,7 @@ object Dependencies {
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.2"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.15.3"
val iepLeaderApi = "com.netflix.iep" % "iep-leader-api" % iep
val iepLeaderDynamoDb = "com.netflix.iep" % "iep-leader-dynamodb" % iep
val iepDynConfig = "com.netflix.iep" % "iep-dynconfig" % iep
Expand Down Expand Up @@ -69,7 +69,7 @@ object Dependencies {
val spectatorLog4j = "com.netflix.spectator" % "spectator-ext-log4j2" % spectator
val spectatorM2 = "com.netflix.spectator" % "spectator-reg-metrics2" % spectator
val springContext = "org.springframework" % "spring-context" % spring
val typesafeConfig = "com.typesafe" % "config" % "1.4.2"
val typesafeConfig = "com.typesafe" % "config" % "1.4.3"
}

// format: on
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7