Skip to content

Commit

Permalink
uptake kineticpulse 0.2.4 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
schowsf authored Dec 19, 2023
1 parent e010f30 commit 93781e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val slickVersion = "3.4.1"

val scalaTestArtifact = "org.scalatest" %% "scalatest" % "3.2.+" % Test
val kineticpulse = "com.salesforce.mce" %% "kineticpulse-metric" % "0.2.3"
val kineticpulse = "com.salesforce.mce" %% "kineticpulse-metric" % "0.2.4"

lazy val commonSettings = Seq(
scalacOptions ++= Seq("-deprecation", "-feature", "-Xlint"), // , "-Xfatal-warnings"),
Expand Down Expand Up @@ -49,10 +49,10 @@ lazy val ws = (project in file("acdc-ws")).
kineticpulse
),
dependencyOverrides ++= Seq(
"com.google.guava" % "guava" % "32.1.1-jre",
"com.google.guava" % "guava" % "32.1.3-jre",
// the transitive jackson dependencies from play framework on has security vulnerabilities
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.1"
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.3",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.3"
)
).
dependsOn(core)
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.9.6"
ThisBuild / version := "0.9.7"

0 comments on commit 93781e4

Please sign in to comment.