Skip to content

Commit

Permalink
COR-2215: Upgrade libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kangj-pluto committed Nov 15, 2024
1 parent 4d03e15 commit ef615a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.42.2",
routesImport += "io.flow.dependency.v0.Bindables.Core._",
routesImport += "io.flow.dependency.v0.Bindables.Models._",
routesGenerator := InjectedRoutesGenerator,
Expand All @@ -59,12 +59,12 @@ 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-event-sync-play28" % "0.6.71",
"io.flow" %% "lib-metrics-play28" % "1.1.1",
"io.flow" %% "lib-log" % "0.2.28",
"io.flow" %% "lib-usage-play28" % "0.2.59",
"io.flow" %% "lib-usage-play28" % "0.2.60",
"io.flow" %% "lib-test-utils-play28" % "0.2.41" % Test,
"net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.29",
"org.postgresql" % "postgresql" % "42.7.4",
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.42.2",
routesImport += "io.flow.dependency.v0.Bindables.Core._",
routesImport += "io.flow.dependency.v0.Bindables.Models._",
routesGenerator := InjectedRoutesGenerator,
Expand All @@ -92,10 +92,10 @@ 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,
Expand Down

0 comments on commit ef615a6

Please sign in to comment.