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
commit e548847494180befcd6f2e94dee7298e69c6801b Merge: b40f27d7 4873cf0c Author: Sergey K. <[email protected]> AuthorDate: Mon Aug 19 16:14:47 2024 +0400 Merge pull request #129 from scala-steward/update/log4j-api-2.21.1 Update log4j-api, log4j-slf4j-impl to 2.21.1 build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --cc build.sbt index 996e2569,0785aac9..0f4d1bb3 --- a/build.sbt +++ b/build.sbt @@@ -20,10 -20,10 +20,10 @@@ val nlpcraftVer = "1.0.0 // Common libraries. val scalaMajVer = "3" val scalaMinVer = "2.2" - val log4jVer = "2.21.0" + val log4jVer = "2.21.1" val scalaLoggingVer = "3.9.5" val orgAntlr4Ver = "4.13.0" -val jlineVer = "3.23.0" +val jlineVer = "3.25.1" val commonsIoVer = "2.14.0" val commonsLang3Ver = "3.13.0" val commonsCodecVer = "1.16.0"
