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 86aca07f Update opennlp-tools to 2.1.0
new b1d468bd Merge pull request #63 from
scala-steward/update/opennlp-tools-2.1.0
86aca07f is described below
commit 86aca07f45c4132139fa154abc5ee70cbad2ac72
Author: Scala Steward <[email protected]>
AuthorDate: Thu Nov 24 13:30:05 2022 +0000
Update opennlp-tools to 2.1.0
---
build.sbt | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 7392fc2c..101d48c8 100644
--- a/build.sbt
+++ b/build.sbt
@@ -30,7 +30,7 @@ val commonsCodecVer = "1.15"
val commonsCollectionsVer = "4.4"
val gsonVer = "2.10"
val jacksonVer = "2.13.4"
-val apacheOpennlpVer = "2.0.0"
+val apacheOpennlpVer = "2.1.0"
// Test libraries.
val junitVer = "5.9.0"
diff --git a/pom.xml b/pom.xml
index b5d99e87..49276b50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<scala3.ref.ver>1.1.4</scala3.ref.ver>
<jackson.ver>2.13.4</jackson.ver>
<jackson.yaml.ver>2.13.4</jackson.yaml.ver>
- <apache.opennlp.ver>2.0.0</apache.opennlp.ver>
+ <apache.opennlp.ver>2.1.0</apache.opennlp.ver>
<gson.ver>2.10</gson.ver>
<scalatest.ver>3.2.14</scalatest.ver>