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/08/04 20:32:31 UTC

[incubator-nlpcraft] branch master updated: Update commons-lang3 to 3.13.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 876bb65b Update commons-lang3 to 3.13.0
     new 4bae412e Merge pull request #113 from scala-steward/update/commons-lang3-3.13.0
876bb65b is described below

commit 876bb65b6b169ec0d0e46d0eb31a2ef88b217c89
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Fri Jul 28 13:02:56 2023 +0000

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

diff --git a/build.sbt b/build.sbt
index 1f0e66bd..1d1aac74 100644
--- a/build.sbt
+++ b/build.sbt
@@ -25,7 +25,7 @@ val scalaLoggingVer = "3.9.5"
 val orgAntlr4Ver = "4.13.0"
 val jlineVer = "3.23.0"
 val commonsIoVer = "2.13.0"
-val commonsLang3Ver = "3.12.0"
+val commonsLang3Ver = "3.13.0"
 val commonsCodecVer = "1.16.0"
 val commonsCollectionsVer = "4.4"
 val gsonVer = "2.10.1"