Skip to content

Commit

Permalink
Merge pull request #4961 from openequella/renovate/jackson-(xml)-pack…
Browse files Browse the repository at this point in the history
…ages

chore(deps): update jackson (xml) packages to v2.15.3
  • Loading branch information
PenghaiZhang committed Nov 6, 2023
2 parents ab7391f + 1c4e7f6 commit 58f3ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/CommonSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object CommonSettings extends AutoPlugin {
lazy val xstreamVersion = "1.4.20"
lazy val xstreamDep = "com.thoughtworks.xstream" % "xstream" % xstreamVersion

lazy val jacksonVersion = "2.15.2"
lazy val jacksonVersion = "2.15.3"
lazy val jacksonDataBind = "com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion
lazy val jacksonDataFormatYaml = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % jacksonVersion
lazy val jacksonModuleScala = "com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion
Expand Down

0 comments on commit 58f3ab8

Please sign in to comment.