Skip to content

Commit

Permalink
chore(deps): update jackson (xml) packages to v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent b08e513 commit 95195cf
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 @@ -56,7 +56,7 @@ object CommonSettings extends AutoPlugin {
lazy val xstreamVersion = "1.4.20"
lazy val xstreamDep = "com.thoughtworks.xstream" % "xstream" % xstreamVersion

lazy val jacksonVersion = "2.15.3"
lazy val jacksonVersion = "2.17.1"
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 95195cf

Please sign in to comment.