Skip to content

Commit

Permalink
Update jaxb-xjc 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 Jan 3, 2024
1 parent 4e45b16 commit be254b3
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 @@ -129,7 +129,7 @@ lazy val xjcSettings =
"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"
"org.glassfish.jaxb" % "jaxb-xjc" % "2.3.9"
),
Test / javaOptions ++= extraJvmOptions, // tests use JAXB at runtime
xjcCommandLine += "-nv",
Expand All @@ -139,8 +139,8 @@ lazy val xjcSettings =
xjcBindings += "debugger/src/main/resources/bindings.xjb",
xjcJvmOpts ++= extraJvmOptions,
xjcLibs := Seq(
"org.glassfish.jaxb" % "jaxb-xjc" % "2.2.11",
"com.sun.xml.bind" % "jaxb-impl" % "2.3.9",
"org.glassfish.jaxb" % "jaxb-xjc" % "2.3.9",
"javax.activation" % "activation" % "1.1.1"
),
Compile / xjc / sources := Seq(
Expand Down

0 comments on commit be254b3

Please sign in to comment.