Skip to content

Commit

Permalink
Bump jackson to 2.16.1 (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jan 26, 2024
1 parent a0d10c9 commit f9a9456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object Dependencies {
val kafka = "2.8.2"
val mskAuth = "1.1.4"
val nsqClient = "1.3.0"
val jackson = "2.15.2"
val jackson = "2.16.1"
val config = "1.3.4"

val decline = "1.0.0"
Expand Down Expand Up @@ -297,7 +297,7 @@ object Dependencies {
val azureUtilsDependencies = Seq(
fs2BlobAzure,
azureIdentity,
jacksonDfXml
jacksonDfXml // for security vulnerabilities
)

val pubsubDependencies = Seq(
Expand Down

0 comments on commit f9a9456

Please sign in to comment.