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 e9dd9d01 POM libraries version updated.
e9dd9d01 is described below
commit e9dd9d019d4747d576fd6935f3df99871f1042de
Author: Sergey Kamov <[email protected]>
AuthorDate: Thu Nov 3 11:20:31 2022 +0400
POM libraries version updated.
---
nlpcraft-examples/lightswitch-fr/pom.xml | 4 ++--
nlpcraft-examples/lightswitch-ru/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nlpcraft-examples/lightswitch-fr/pom.xml
b/nlpcraft-examples/lightswitch-fr/pom.xml
index 2421b3ac..946d27e2 100644
--- a/nlpcraft-examples/lightswitch-fr/pom.xml
+++ b/nlpcraft-examples/lightswitch-fr/pom.xml
@@ -47,13 +47,13 @@
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>language-fr</artifactId>
- <version>5.8</version>
+ <version>5.9</version>
</dependency>
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>languagetool-core</artifactId>
- <version>5.8</version>
+ <version>5.9</version>
</dependency>
<!-- Test dependencies. -->
diff --git a/nlpcraft-examples/lightswitch-ru/pom.xml
b/nlpcraft-examples/lightswitch-ru/pom.xml
index d5ce813b..1dd2dd96 100644
--- a/nlpcraft-examples/lightswitch-ru/pom.xml
+++ b/nlpcraft-examples/lightswitch-ru/pom.xml
@@ -47,13 +47,13 @@
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>language-ru</artifactId>
- <version>5.8</version>
+ <version>5.9</version>
</dependency>
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>languagetool-core</artifactId>
- <version>5.8</version>
+ <version>5.9</version>
</dependency>
<!-- Test dependencies. -->