You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2023/05/31 12:24:21 UTC

[incubator-nlpcraft] branch master updated: Update commons-io to 2.12.0

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

sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 942c90a5 Update commons-io to 2.12.0
     new d262d629 Merge pull request #98 from scala-steward/update/commons-io-2.12.0
942c90a5 is described below

commit 942c90a58a8d2a24d8735e908b1f746a651ab24e
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Sat May 27 13:37:58 2023 +0000

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

diff --git a/build.sbt b/build.sbt
index 00c7c087..891fa653 100644
--- a/build.sbt
+++ b/build.sbt
@@ -24,7 +24,7 @@ val log4jVer = "2.20.0"
 val scalaLoggingVer = "3.9.5"
 val orgAntlr4Ver = "4.12.0"
 val jlineVer = "3.23.0"
-val commonsIoVer = "2.11.0"
+val commonsIoVer = "2.12.0"
 val commonsLang3Ver = "3.12.0"
 val commonsCodecVer = "1.15"
 val commonsCollectionsVer = "4.4"