Skip to content

Commit

Permalink
Update jaxb-impl to 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 1, 2024
1 parent 418c91f commit 0edd11d
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.3.9",
"com.sun.xml.bind" % "jaxb-impl" % "4.0.5",
"javax.activation" % "activation" % "1.1.1",
"org.apache.daffodil" %% "daffodil-lib" % daffodilVer % Test,
"org.glassfish.jaxb" % "jaxb-xjc" % "2.3.9"
Expand All @@ -139,7 +139,7 @@ lazy val xjcSettings =
xjcBindings += "debugger/src/main/resources/bindings.xjb",
xjcJvmOpts ++= extraJvmOptions,
xjcLibs := Seq(
"com.sun.xml.bind" % "jaxb-impl" % "2.3.9",
"com.sun.xml.bind" % "jaxb-impl" % "4.0.5",
"org.glassfish.jaxb" % "jaxb-xjc" % "2.3.9",
"javax.activation" % "activation" % "1.1.1"
),
Expand Down

0 comments on commit 0edd11d

Please sign in to comment.