From 2b76f3509fd309af7e853df80fbdfa20cfd037f6 Mon Sep 17 00:00:00 2001 From: Nicola Girardi <122285152+nicolagi@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:19:52 +0100 Subject: [PATCH] FDN-2303: Upgrade libraries (#748) --- build.sbt | 8 ++++---- generated/app/FlowDependencyV0Client.scala | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index ef1e94c9..db97a852 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val api = project .enablePlugins(JavaAppPackaging, JavaAgent) .settings(commonSettings: _*) .settings( - javaAgents += "com.datadoghq" % "dd-java-agent" % "1.32.0", + javaAgents += "com.datadoghq" % "dd-java-agent" % "1.33.0", routesImport += "io.flow.dependency.v0.Bindables.Core._", routesImport += "io.flow.dependency.v0.Bindables.Models._", routesGenerator := InjectedRoutesGenerator, @@ -60,14 +60,14 @@ lazy val api = project "com.google.inject.extensions" % "guice-assistedinject" % "5.1.0", "org.projectlombok" % "lombok" % "1.18.32" % "provided", "com.sendgrid" % "sendgrid-java" % "4.7.1", - "io.flow" %% "lib-event-sync-play28" % "0.6.47", + "io.flow" %% "lib-event-sync-play28" % "0.6.48", "io.flow" %% "lib-metrics-play28" % "1.0.85", "io.flow" %% "lib-log" % "0.2.17", "io.flow" %% "lib-usage-play28" % "0.2.44", "io.flow" %% "lib-test-utils-play28" % "0.2.29" % Test, "net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.29", "org.postgresql" % "postgresql" % "42.7.3", - "org.apache.commons" % "commons-text" % "1.11.0", + "org.apache.commons" % "commons-text" % "1.12.0", ), scalacOptions ++= allScalacOptions, ) @@ -82,7 +82,7 @@ lazy val www = project .enablePlugins(SbtWeb) .settings(commonSettings: _*) .settings( - javaAgents += "com.datadoghq" % "dd-java-agent" % "1.32.0", + javaAgents += "com.datadoghq" % "dd-java-agent" % "1.33.0", routesImport += "io.flow.dependency.v0.Bindables.Core._", routesImport += "io.flow.dependency.v0.Bindables.Models._", routesGenerator := InjectedRoutesGenerator, diff --git a/generated/app/FlowDependencyV0Client.scala b/generated/app/FlowDependencyV0Client.scala index 010790c4..db756165 100644 --- a/generated/app/FlowDependencyV0Client.scala +++ b/generated/app/FlowDependencyV0Client.scala @@ -4418,7 +4418,7 @@ package io.flow.dependency.v0 { /** * Returns the latest identifier for this user. The basic use case is to enable - * things like unsubscribe w/out login (and thus once you have an identifier, you + * things like unsubscribe w/out login (and thus once you have an identifier, you * can GET /users?identifier=xxx). Identifiers are rotated regularly with last n * identifiers being valid (allowing eventual expiration). */