This is an automated email from the ASF dual-hosted git repository.

scholarsmate 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 c2c6525  Update commons-io to 2.22.0
c2c6525 is described below

commit c2c6525e0c5d4d81b43e3f683d3e4bb77cf608fd
Author: Scala Steward <[email protected]>
AuthorDate: Thu Apr 23 14:14:24 2026 +0000

    Update commons-io to 2.22.0
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 6d7042f..8623f19 100644
--- a/build.sbt
+++ b/build.sbt
@@ -210,7 +210,7 @@ lazy val debugger =
         "org.typelevel" %% "log4cats-slf4j" % "2.8.0",
         "org.scalameta" %% "munit" % "1.2.4" % Test
       ),
-      dependencyOverrides += "commons-io" % "commons-io" % "2.21.0",
+      dependencyOverrides += "commons-io" % "commons-io" % "2.22.0",
       libraryDependencies ++= 
getPlatformSpecificLibraries(scalaBinaryVersion.value),
       buildInfoPackage := "org.apache.daffodil.debugger.dap",
       buildInfoKeys := Seq[BuildInfoKey](

Reply via email to