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 0ce93ea3 Update gson to 2.10
new 0cf1f322 Merge pull request #51 from scala-steward/update/gson-2.10
0ce93ea3 is described below
commit 0ce93ea326a67a75627c12b17a4865be43ac7806
Author: Scala Steward <[email protected]>
AuthorDate: Tue Oct 25 12:43:41 2022 +0000
Update gson to 2.10
---
build.sbt | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 9e99af4f..9086aefc 100644
--- a/build.sbt
+++ b/build.sbt
@@ -28,7 +28,7 @@ val commonsIoVer = "2.11.0"
val commonsLang3Ver = "3.12.0"
val commonsCodecVer = "1.15"
val commonsCollectionsVer = "4.4"
-val gsonVer = "2.9.1"
+val gsonVer = "2.10"
val jacksonVer = "2.13.4"
val apacheOpennlpVer = "2.0.0"
diff --git a/pom.xml b/pom.xml
index dcace9c4..7f2aa919 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
<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>
- <gson.ver>2.9.1</gson.ver>
+ <gson.ver>2.10</gson.ver>
<scalatest.ver>3.2.14</scalatest.ver>
<!-- Force specific encoding on text resources. -->