From abaea47395806bd43674efee5f5ef25af65ebd7b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 Nov 2023 15:06:54 +0000 Subject: [PATCH] Update jaxb-core, jaxb-impl to 4.0.4 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a3d443c..1e9d826 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -63,8 +63,8 @@ object Dependencies { val XML = Seq( libraryDependencies ++= Seq( "javax.xml.bind" % "jaxb-api" % "2.3.1", - "com.sun.xml.bind" % "jaxb-impl" % "4.0.3", - "com.sun.xml.bind" % "jaxb-core" % "4.0.3", + "com.sun.xml.bind" % "jaxb-impl" % "4.0.4", + "com.sun.xml.bind" % "jaxb-core" % "4.0.4", "javax.activation" % "activation" % "1.1.1" ) )