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 57c0edad Update commons-io to 2.14.0 new a5803ece Merge pull request #122 from scala-steward/update/commons-io-2.14.0 57c0edad is described below commit 57c0edadb7f228f9f85606ddc4827f998e312699 Author: Scala Steward <scala_stew...@virtuslab.com> AuthorDate: Tue Oct 3 16:31:14 2023 +0000 Update commons-io to 2.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1c9e510c..545242ee 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ val log4jVer = "2.20.0" val scalaLoggingVer = "3.9.5" val orgAntlr4Ver = "4.13.0" val jlineVer = "3.23.0" -val commonsIoVer = "2.13.0" +val commonsIoVer = "2.14.0" val commonsLang3Ver = "3.13.0" val commonsCodecVer = "1.16.0" val commonsCollectionsVer = "4.4"