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 353da4e Update jaxb-impl to 2.3.9
353da4e is described below
commit 353da4ea62f7af72095888015e3e7bbe5d896d4e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 1 00:22:25 2023 +0000
Update jaxb-impl to 2.3.9
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 2e09ca7..6b46840 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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"
@@ -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(