Skip to content

Commit

Permalink
Update jaxb-core, jaxb-impl to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 6, 2023
1 parent e692696 commit abaea47
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 @@ -63,8 +63,8 @@ object Dependencies {
val XML = Seq(
libraryDependencies ++= Seq(
"javax.xml.bind" % "jaxb-api" % "2.3.1",
"com.sun.xml.bind" % "jaxb-impl" % "4.0.3",
"com.sun.xml.bind" % "jaxb-core" % "4.0.3",
"com.sun.xml.bind" % "jaxb-impl" % "4.0.4",
"com.sun.xml.bind" % "jaxb-core" % "4.0.4",
"javax.activation" % "activation" % "1.1.1"
)
)
Expand Down

0 comments on commit abaea47

Please sign in to comment.