This is an automated email from the ASF dual-hosted git repository.
jinterrante pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 778bd1541 Update jackson-core to 2.16.1
778bd1541 is described below
commit 778bd1541b8d49a35317a5154d721214b4aa7e3e
Author: Scala Steward <[email protected]>
AuthorDate: Fri Jan 12 13:21:11 2024 +0000
Update jackson-core to 2.16.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8c1e09b71..583b0e1f7 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -40,7 +40,7 @@ object Dependencies {
lazy val infoset = Seq(
"org.jdom" % "jdom2" % "2.0.6.1",
"com.fasterxml.woodstox" % "woodstox-core" % "6.5.1",
- "com.fasterxml.jackson.core" % "jackson-core" % "2.16.0",
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.16.1",
)
lazy val cli = Seq(