Skip to content

Commit

Permalink
FDN-3092: Upgrade libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jackl committed Dec 6, 2024
1 parent 4d03e15 commit e8f4c7a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val api = project
.enablePlugins(JavaAppPackaging, JavaAgent)
.settings(commonSettings: _*)
.settings(
javaAgents += "com.datadoghq" % "dd-java-agent" % "1.42.1",
javaAgents += "com.datadoghq" % "dd-java-agent" % "1.43.0",
routesImport += "io.flow.dependency.v0.Bindables.Core._",
routesImport += "io.flow.dependency.v0.Bindables.Models._",
routesGenerator := InjectedRoutesGenerator,
Expand All @@ -59,13 +59,13 @@ lazy val api = project
ws,
"com.google.inject" % "guice" % "5.1.0",
"com.google.inject.extensions" % "guice-assistedinject" % "5.1.0",
"org.projectlombok" % "lombok" % "1.18.34" % "provided",
"org.projectlombok" % "lombok" % "1.18.36" % "provided",
"com.sendgrid" % "sendgrid-java" % "4.7.1",
"io.flow" %% "lib-event-sync-play28" % "0.6.69",
"io.flow" %% "lib-metrics-play28" % "1.1.1",
"io.flow" %% "lib-event-sync-play28" % "0.6.75",
"io.flow" %% "lib-metrics-play28" % "1.1.2",
"io.flow" %% "lib-log" % "0.2.28",
"io.flow" %% "lib-usage-play28" % "0.2.59",
"io.flow" %% "lib-test-utils-play28" % "0.2.41" % Test,
"io.flow" %% "lib-usage-play28" % "0.2.62",
"io.flow" %% "lib-test-utils-play28" % "0.2.42" % Test,
"net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.29",
"org.postgresql" % "postgresql" % "42.7.4",
"org.apache.commons" % "commons-text" % "1.12.0",
Expand All @@ -83,7 +83,7 @@ lazy val www = project
.enablePlugins(SbtWeb)
.settings(commonSettings: _*)
.settings(
javaAgents += "com.datadoghq" % "dd-java-agent" % "1.42.1",
javaAgents += "com.datadoghq" % "dd-java-agent" % "1.43.0",
routesImport += "io.flow.dependency.v0.Bindables.Core._",
routesImport += "io.flow.dependency.v0.Bindables.Models._",
routesGenerator := InjectedRoutesGenerator,
Expand All @@ -92,13 +92,13 @@ lazy val www = project
ws,
"com.google.inject" % "guice" % "5.1.0",
"com.google.inject.extensions" % "guice-assistedinject" % "5.1.0",
"org.projectlombok" % "lombok" % "1.18.34" % "provided",
"org.projectlombok" % "lombok" % "1.18.36" % "provided",
"org.webjars" %% "webjars-play" % "2.8.18",
"org.webjars" % "bootstrap" % "3.4.1",
"org.webjars" % "font-awesome" % "6.5.2",
"org.webjars" % "font-awesome" % "6.6.0",
"org.webjars" % "jquery" % "3.7.1",
"org.webjars.bower" % "bootstrap-social" % "5.1.1",
"io.flow" %% "lib-test-utils-play28" % "0.2.41" % Test,
"io.flow" %% "lib-test-utils-play28" % "0.2.42" % Test,
),
scalacOptions ++= allScalacOptions,
)
Expand Down

0 comments on commit e8f4c7a

Please sign in to comment.