Skip to content

Commit

Permalink
bump: update jackson-dataformat-xml from 2.15.2 to 2.15.4 (#4384)
Browse files Browse the repository at this point in the history
* bump: update jackson-dataformat-xml from 2.15.2 to 2.15.4

* Update Dependencies.scala

---------

Co-authored-by: Johan Andrén <johan@markatta.com>
  • Loading branch information
scala-steward and johanandren committed May 2, 2024
1 parent 68be8f6 commit 2e8d0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Dependencies {
import DependencyHelpers._

val jacksonDatabindVersion = "2.15.4"
val jacksonXmlVersion = "2.15.2"
val jacksonXmlVersion = jacksonDatabindVersion
val junitVersion = "4.13.2"
val h2specVersion = "1.5.0"
val h2specName = s"h2spec_${DependencyHelpers.osName}_amd64"
Expand Down

0 comments on commit 2e8d0f4

Please sign in to comment.