This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new be254b3 Update jaxb-xjc to 2.3.9
be254b3 is described below
commit be254b3bed78c5c9d8dc2824a9bafce04168c753
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 1 00:22:34 2023 +0000
Update jaxb-xjc to 2.3.9
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 38dfc2f..1fbcdee 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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",
@@ -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(