From 1b18ad9f8659a486f8d893d88d265a8273cce535 Mon Sep 17 00:00:00 2001 From: Abhishek Dwivedi Date: Fri, 10 May 2024 23:39:08 +0530 Subject: [PATCH] FDN-2371: Upgrade libraries com.datadoghq, io.flow --- build.sbt | 14 +++++++------- project/plugins.sbt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.sbt b/build.sbt index 13a69e9..43fbf1c 100644 --- a/build.sbt +++ b/build.sbt @@ -30,21 +30,21 @@ lazy val api = project scalafmtOnCompile := true, routesImport += "io.flow.registry.v0.Bindables._", routesGenerator := InjectedRoutesGenerator, - javaAgents += "com.datadoghq" % "dd-java-agent" % "1.33.0", + javaAgents += "com.datadoghq" % "dd-java-agent" % "1.34.0", libraryDependencies ++= Seq( ws, "com.google.inject" % "guice" % "5.1.0", "com.google.inject.extensions" % "guice-assistedinject" % "5.1.0", "org.projectlombok" % "lombok" % "1.18.32" % "provided", jdbc, - "io.flow" %% "lib-postgresql-play-play28" % "0.5.48", - "io.flow" %% "lib-metrics-play28" % "1.0.87", + "io.flow" %% "lib-postgresql-play-play28" % "0.5.50", + "io.flow" %% "lib-metrics-play28" % "1.0.89", "com.typesafe.play" %% "play-json-joda" % "2.9.4", "org.postgresql" % "postgresql" % "42.7.3", "net.jcazevedo" %% "moultingyaml" % "0.4.2", - "io.flow" %% "lib-test-utils-play28" % "0.2.31" % Test, - "io.flow" %% "lib-usage-play28" % "0.2.46", - "io.flow" %% "lib-log" % "0.2.19", + "io.flow" %% "lib-test-utils-play28" % "0.2.32" % Test, + "io.flow" %% "lib-usage-play28" % "0.2.49", + "io.flow" %% "lib-log" % "0.2.21", ), Test / javaOptions ++= Seq( "--add-exports=java.base/sun.security.x509=ALL-UNNAMED", @@ -56,7 +56,7 @@ lazy val api = project lazy val commonSettings: Seq[Setting[_]] = Seq( name ~= ("registry-" + _), libraryDependencies ++= Seq( - "io.flow" %% "lib-healthcheck-play28" % "0.0.27", + "io.flow" %% "lib-healthcheck-play28" % "0.0.30", specs2 % Test, ), Compile / doc / sources := Seq.empty, diff --git a/project/plugins.sbt b/project/plugins.sbt index d11b274..ca9ffd4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -15,7 +15,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1") resolvers += "Flow Plugins" at "https://flow.jfrog.io/flow/plugins-release/" -addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.55") +addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.56") // Resolve scala-xml version dependency mismatch, see https://github.com/sbt/sbt/issues/7007 ThisBuild / libraryDependencySchemes ++= Seq(