diff --git a/project/Deps.scala b/project/Deps.scala index cf51595df0..5744c0920d 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -33,7 +33,7 @@ object Deps { val typesafeConfigV = "1.4.3" val flywayV = - "10.19.0" // https://flywaydb.org/documentation/learnmore/releaseNotes + "10.20.0" // https://flywaydb.org/documentation/learnmore/releaseNotes val postgresV = "42.7.4" // https://jdbc.postgresql.org/ val akkaActorV = akkaStreamv @@ -130,6 +130,9 @@ object Deps { val gson = "com.google.code.gson" % "gson" % V.gsonV // https://github.com/google/gson + val guava = "com.google.guava" % "guava" % "33.3.1-jre" //https://github.com/google/guava/ + + val jUnixSocket = "com.kohlschutter.junixsocket" % "junixsocket-core" % V.jUnixSocketV @@ -464,6 +467,7 @@ object Deps { // transitive deps needed for jlink Compile.codehaus, Compile.gson, + Compile.guava, Compile.dropwizardMetricsHealthChecks, Compile.dropwizardMetricsJvm, // postgres transitive deps