Skip to content

Commit e03e8fe

Browse files
authored
bump kineticpulse version to resolve CVE-2024-12798 (#79)
* Fix the comparison for when both xfcc and apikey are enabled for authorization * Fix the comparison for when both xfcc and apikey are enabled for authorization * Fix typo in readme * Revert "Fix the comparison for when both xfcc and apikey are enabled for authorization" This reverts commit 006fb71. * bump kineticpulse version to resolve CVE-2024-12798 * retry
1 parent 673722d commit e03e8fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ val slickVersion = "3.4.1"
22
val jacksonVersion = "2.18.0"
33

44
val scalaTestArtifact = "org.scalatest" %% "scalatest" % "3.2.+" % Test
5-
val kineticpulse = "com.salesforce.mce" %% "kineticpulse-metric" % "0.3.0"
5+
val kineticpulse = "com.salesforce.mce" %% "kineticpulse-metric" % "0.3.1"
66

77
lazy val commonSettings = Seq(
88
scalacOptions ++= Seq("-deprecation", "-feature", "-Xlint"), // , "-Xfatal-warnings"),

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.11.1"
1+
ThisBuild / version := "0.11.2"

0 commit comments

Comments
 (0)