You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2023/11/14 21:34:00 UTC

(daffodil) branch main updated: Update typesafe:config to 1.4.3

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 1c5e5fe03 Update typesafe:config to 1.4.3
1c5e5fe03 is described below

commit 1c5e5fe03e308ab8256c69829161805ef6e71ce1
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Wed Oct 18 13:26:36 2023 +0000

    Update typesafe:config to 1.4.3
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8554a2b13..cae2082dc 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
     "xerces" % "xercesImpl" % "2.12.2",
     "xml-resolver" % "xml-resolver" % "1.2",
     "commons-io" % "commons-io" % "2.14.0",
-    "com.typesafe" % "config" % "1.4.2",
+    "com.typesafe" % "config" % "1.4.3",
     "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
   )