Skip to content

Commit

Permalink
Update jaxb-impl to 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and shanedell committed Nov 13, 2023
1 parent 8bf6e3e commit 353da4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ lazy val extraJvmOptions: Seq[String] =
lazy val xjcSettings =
Seq(
libraryDependencies ++= Seq(
"com.sun.xml.bind" % "jaxb-impl" % "2.2.11",
"com.sun.xml.bind" % "jaxb-impl" % "2.3.9",
"javax.activation" % "activation" % "1.1.1",
"org.apache.daffodil" %% "daffodil-lib" % daffodilVer % Test,
"org.glassfish.jaxb" % "jaxb-xjc" % "2.2.11"
Expand All @@ -139,7 +139,7 @@ lazy val xjcSettings =
xjcJvmOpts ++= extraJvmOptions,
xjcLibs := Seq(
"org.glassfish.jaxb" % "jaxb-xjc" % "2.2.11",
"com.sun.xml.bind" % "jaxb-impl" % "2.2.11",
"com.sun.xml.bind" % "jaxb-impl" % "2.3.9",
"javax.activation" % "activation" % "1.1.1"
),
Compile / xjc / sources := Seq(
Expand Down

0 comments on commit 353da4e

Please sign in to comment.