This is an automated email from the ASF dual-hosted git repository.
slawrence 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 134fef387 Update scala-logging to 3.9.6
134fef387 is described below
commit 134fef3878d2c2649be0dad8470c5c736c2b6614
Author: Scala Steward <[email protected]>
AuthorDate: Wed Sep 17 13:44:57 2025 +0000
Update scala-logging to 3.9.6
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 537781d65..815816deb 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
("xerces" % "xercesImpl" % "2.12.2").exclude("xml-apis", "xml-apis"),
"xml-resolver" % "xml-resolver" % "1.2",
"commons-io" % "commons-io" % "2.21.0",
- "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
+ "com.typesafe.scala-logging" %% "scala-logging" % "3.9.6"
)
lazy val slf4jAPI = Seq(