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

davin 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 3454a23  Update commons-lang3 to 3.17.0
3454a23 is described below

commit 3454a23370dedae2a68c82bd35907e065000dd3d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 1 00:35:54 2024 +0000

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

diff --git a/build.sbt b/build.sbt
index 60cdb48..68735ce 100644
--- a/build.sbt
+++ b/build.sbt
@@ -45,7 +45,7 @@ lazy val commonSettings =
       "org.apache.daffodil" %% "daffodil-runtime1" % daffodilVer
     ),
     dependencyOverrides ++= Seq(
-      "org.apache.commons" % "commons-lang3" % "3.12.0"
+      "org.apache.commons" % "commons-lang3" % "3.17.0"
     ),
     fork := true, // needed to pass javaOptions to tests, for example
     licenses += ("Apache-2.0", new 
URL("https://www.apache.org/licenses/LICENSE-2.0.txt";)),

Reply via email to