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 2022/08/26 09:18:08 UTC

[incubator-nlpcraft] branch master updated: Libraries versions updated.

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 d8130b33 Libraries versions updated.
d8130b33 is described below

commit d8130b33abb107b1993cd06c7f6e3ce8fd4e934a
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Fri Aug 26 12:18:00 2022 +0300

    Libraries versions updated.
---
 build.sbt                                | 23 ++++++++++-------------
 nlpcraft-examples/lightswitch-fr/pom.xml |  6 +++---
 nlpcraft-examples/lightswitch-ru/pom.xml |  6 +++---
 3 files changed, 16 insertions(+), 19 deletions(-)

diff --git a/build.sbt b/build.sbt
index cbe19f71..7136c771 100644
--- a/build.sbt
+++ b/build.sbt
@@ -20,29 +20,27 @@ val nlpcraftVer = "1.0.0"
 // Common libraries.
 val scalaMajVer = "3"
 val scalaMinVer = "1.3"
-val log4jVer = "2.17.2"
-val scalaLoggingVer = "3.9.4"
+val log4jVer = "2.18.0"
+val scalaLoggingVer = "3.9.5"
 val orgAntlr4Ver = "4.10.1"
 val jlineVer = "3.21.0"
 val commonsIoVer = "2.11.0"
 val commonsLang3Ver = "3.12.0"
 val commonsCodecVer = "1.15"
 val commonsCollectionsVer = "4.4"
-val gsonVer = "2.9.0"
-val jacksonVer = "2.13.2"
-val apacheOpennlpVer = "1.9.4"
+val gsonVer = "2.9.1"
+val jacksonVer = "2.13.3"
+val apacheOpennlpVer = "2.0.0"
 
 // Test libraries.
-val junitVer = "5.8.2"
-
-val jmhVer = "1.35"
+val junitVer = "5.9.0"
 
 // Stanford project libraries.
-val stanfordCoreNLPVer  = "4.4.0"
+val stanfordCoreNLPVer  = "4.5.0"
 
 // Examples libraries.
-val languagetoolVer = "5.6"
-val luceneAnalyzersCommonVer = "8.11.1"
+val languagetoolVer = "5.8"
+val luceneAnalyzersCommonVer = "8.11.2"
 
 ThisBuild / scalaVersion := s"$scalaMajVer.$scalaMinVer"
 ThisBuild / version := nlpcraftVer
@@ -98,8 +96,7 @@ lazy val nlpcraft = (project in file("nlpcraft"))
 
         // Dependencies.
         libraryDependencies ++= libs,
-        libraryDependencies += "org.apache.commons" % "commons-lang3" % commonsLang3Ver,
-        libraryDependencies += "org.openjdk.jmh" % "jmh-core" % jmhVer % Test
+        libraryDependencies += "org.apache.commons" % "commons-lang3" % commonsLang3Ver
     )
 
 lazy val nlpcraftStanford = (project in file("nlpcraft-stanford"))
diff --git a/nlpcraft-examples/lightswitch-fr/pom.xml b/nlpcraft-examples/lightswitch-fr/pom.xml
index d596ea2b..2dd9fe60 100644
--- a/nlpcraft-examples/lightswitch-fr/pom.xml
+++ b/nlpcraft-examples/lightswitch-fr/pom.xml
@@ -41,19 +41,19 @@
         <dependency>
             <groupId>org.apache.lucene</groupId>
             <artifactId>lucene-analyzers-common</artifactId>
-            <version>8.11.1</version>
+            <version>8.11.2</version>
         </dependency>
 
         <dependency>
             <groupId>org.languagetool</groupId>
             <artifactId>language-fr</artifactId>
-            <version>5.6</version>
+            <version>5.8</version>
         </dependency>
 
         <dependency>
             <groupId>org.languagetool</groupId>
             <artifactId>languagetool-core</artifactId>
-            <version>5.6</version>
+            <version>5.8</version>
         </dependency>
 
         <!-- Test dependencies. -->
diff --git a/nlpcraft-examples/lightswitch-ru/pom.xml b/nlpcraft-examples/lightswitch-ru/pom.xml
index 270c2c85..68e55453 100644
--- a/nlpcraft-examples/lightswitch-ru/pom.xml
+++ b/nlpcraft-examples/lightswitch-ru/pom.xml
@@ -41,19 +41,19 @@
         <dependency>
             <groupId>org.apache.lucene</groupId>
             <artifactId>lucene-analyzers-common</artifactId>
-            <version>8.11.1</version>
+            <version>8.11.2</version>
         </dependency>
 
         <dependency>
             <groupId>org.languagetool</groupId>
             <artifactId>language-ru</artifactId>
-            <version>5.6</version>
+            <version>5.8</version>
         </dependency>
 
         <dependency>
             <groupId>org.languagetool</groupId>
             <artifactId>languagetool-core</artifactId>
-            <version>5.6</version>
+            <version>5.8</version>
         </dependency>
 
         <!-- Test dependencies. -->